]> Git Repo - qemu.git/commit
vhdx: Handle failure for potentially large allocations
authorKevin Wolf <[email protected]>
Tue, 20 May 2014 11:55:50 +0000 (13:55 +0200)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
block/vhdx-log.c
block/vhdx.c
This page took 0.025117 seconds and 4 git commands to generate.