]> git.proxmox.com Git - mirror_qemu.git/commit - block/win32-aio.c
raw-win32: Handle failure for potentially large allocations
authorKevin Wolf <kwolf@redhat.com>
Wed, 21 May 2014 16:05:47 +0000 (18:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:16 +0000 (15:07 +0200)
commit4b6af3d58a73193017926dd59de3b3e7b4890323
tree5f7dfd71f6c124e6e2fc688f84d1ec8b19fd54c9
parent50d4a858e62b1d864227d13f07d2c79c118d046a
raw-win32: 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 raw-win32 block driver.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
block/win32-aio.c