Re: [Qemu-devel] [PATCH 0/4] Don't abort when we can't allocate guest memory (again)

2015-09-13 Thread Peter Crosthwaite
On Fri, Sep 11, 2015 at 7:51 AM, Markus Armbruster wrote: > Not nice: > > $ qemu-system-x86_64 -m 1000 > Unexpected error in ram_block_add() at /work/armbru/qemu/exec.c:1456: > upstream-qemu: cannot set up guest memory 'pc.ram': Cannot allocate memory > Aborted (core dumped) >

Re: [Qemu-devel] [PATCH 0/4] Don't abort when we can't allocate guest memory (again)

2015-09-11 Thread Markus Armbruster
hu...@cn.fujitsu.com bounces, dropping. peter.crosthwa...@xilinx.com, replacing with current address.

[Qemu-devel] [PATCH 0/4] Don't abort when we can't allocate guest memory (again)

2015-09-11 Thread Markus Armbruster
Not nice: $ qemu-system-x86_64 -m 1000 Unexpected error in ram_block_add() at /work/armbru/qemu/exec.c:1456: upstream-qemu: cannot set up guest memory 'pc.ram': Cannot allocate memory Aborted (core dumped) I fixed this in commit 3922825 for v1.7, but commit ef701d7 regressed i