Re: [Qemu-devel] [PATCH v3 14/21] raw-win32: Handle failure for potentially large allocations

2014-06-05 Thread Kevin Wolf
Am 03.06.2014 um 17:46 hat Benoît Canet geschrieben: > The Tuesday 03 Jun 2014 à 15:10:55 (+0200), Kevin Wolf wrote : > > 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 g

Re: [Qemu-devel] [PATCH v3 14/21] raw-win32: Handle failure for potentially large allocations

2014-06-03 Thread Benoît Canet
The Tuesday 03 Jun 2014 à 15:10:55 (+0200), Kevin Wolf wrote : > 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 r

[Qemu-devel] [PATCH v3 14/21] raw-win32: Handle failure for potentially large allocations

2014-06-03 Thread Kevin Wolf
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 Reviewed-by: Stefan Ha