commit | 4b6af3d58a73193017926dd59de3b3e7b4890323 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed May 21 18:05:47 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Aug 15 15:07:16 2014 +0200 |
tree | 5f7dfd71f6c124e6e2fc688f84d1ec8b19fd54c9 | |
parent | 50d4a858e62b1d864227d13f07d2c79c118d046a [diff] |
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>