[libvirt] [PATCH v2 2/3] qemu: add support for dump-guest-core option

2012-09-20 Thread Martin Kletzander
The dump-guest-core' option is new option for the machine type (-machine pc,dump-guest-core) that controls whether the guest memory will be marked as dumpable. While testing this, I've found out that the value for the '-M' options is not parsed correctly when additional parameters are used.

Re: [libvirt] [PATCH v2 2/3] qemu: add support for dump-guest-core option

2012-09-20 Thread Michal Privoznik
On 20.09.2012 10:58, Martin Kletzander wrote: The dump-guest-core' option is new option for the machine type (-machine pc,dump-guest-core) that controls whether the guest memory will be marked as dumpable. While testing this, I've found out that the value for the '-M' options is not parsed

Re: [libvirt] [PATCH v2 2/3] qemu: add support for dump-guest-core option

2012-09-20 Thread Martin Kletzander
On 09/20/2012 02:54 PM, Michal Privoznik wrote: On 20.09.2012 10:58, Martin Kletzander wrote: The dump-guest-core' option is new option for the machine type (-machine pc,dump-guest-core) that controls whether the guest memory will be marked as dumpable. While testing this, I've found out