]> git.proxmox.com Git - mirror_qemu.git/commit - block/qed-check.c
qed: Handle failure for potentially large allocations
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 May 2014 11:39:57 +0000 (13:39 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:15 +0000 (15:07 +0200)
commit4f4896db5fb2285df016ff927508560c89b845a4
tree3a14768c8f0471344705dfcdc303917dba1fff37
parentde82815db1c89da058b7fb941dab137d6d9ab738
qed: Handle failure for potentially large allocations

Some code in the block layer makes potentially huge allocations. Failure
is not completely unexpected there, so avoid aborting qemu and handle
out-of-memory situations gracefully.

This patch addresses the allocations in the qed block driver.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
block/qed-check.c
block/qed.c