]> git.proxmox.com Git - mirror_qemu.git/commit - block/vhdx-log.c
vhdx: Handle failure for potentially large allocations
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 May 2014 11:55:50 +0000 (13:55 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:16 +0000 (15:07 +0200)
commita67e128a4f40cf07abd86f92d0d3c913db2ad885
treef74bfc23c1c59559a94baccde6e28934305a0f6c
parent17cce735780f0ff6a2ef173c34614bd47acd56e5
vhdx: 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 vhdx 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/vhdx-log.c
block/vhdx.c