Tell users about out-of-memory errors
commitd2d5adcb58d32e8ac6c168c4c2e72cf0f90dcab0
authorStefan Weil <weil@mail.berlios.de>
Thu, 21 Jan 2010 21:24:58 +0000 (21 22:24 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Jan 2010 22:28:46 +0000 (26 16:28 -0600)
tree5306855552cd0570a0e08182aca6f7ec53e01dfd
parent776e1bbb6cf4fe66a93c1a5dd814bbb650deca00
Tell users about out-of-memory errors

Aborting without an error message when memory is short
is not helpful, so print the reason for the abort.

Try
qemu -m 1000000
or
qemu -m 2000 (win32)

to force an out-of-memory error.

v2:
* Fix error message for win32.
* Fix error message for posix_memalign.

Thanks to malc for the hints.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
osdep.c