Re: [Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest memory from qemu core dump

2012-08-02 Thread Luiz Capitulino
On Wed, 01 Aug 2012 13:21:57 -0500 Anthony Liguori anth...@codemonkey.ws wrote: diff --git a/qemu-config.c b/qemu-config.c index 5c3296b..5c2c9a9 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -595,6 +595,10 @@ static QemuOptsList qemu_machine_opts = { .name =

[Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest memory from qemu core dump

2012-08-01 Thread Jason Baron
Add a new '[,dump_guest_core=on|off]' option to the '-machine' option. When 'dump_guest_core=off' is specified, guest memory is omitted from the core dump. The default behavior continues to be to include guest memory when a core dump is triggered. In my testing, this brought the core dump size

Re: [Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest memory from qemu core dump

2012-08-01 Thread Anthony Liguori
Jason Baron jba...@redhat.com writes: Add a new '[,dump_guest_core=on|off]' option to the '-machine' option. When 'dump_guest_core=off' is specified, guest memory is omitted from the core dump. The default behavior continues to be to include guest memory when a core dump is triggered. In

Re: [Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest memory from qemu core dump

2012-08-01 Thread Jason Baron
On Wed, Aug 01, 2012 at 01:21:57PM -0500, Anthony Liguori wrote: Jason Baron jba...@redhat.com writes: Add a new '[,dump_guest_core=on|off]' option to the '-machine' option. When 'dump_guest_core=off' is specified, guest memory is omitted from the core dump. The default behavior

Re: [Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest memory from qemu core dump

2012-08-01 Thread Anthony Liguori
Jason Baron jba...@redhat.com writes: On Wed, Aug 01, 2012 at 01:21:57PM -0500, Anthony Liguori wrote: Jason Baron jba...@redhat.com writes: Add a new '[,dump_guest_core=on|off]' option to the '-machine' option. When 'dump_guest_core=off' is specified, guest memory is omitted from the