Searched hist:ddb97f1debbb6be8d871f3b565f7b8befebf0f4f (Results 1 – 3 of 3) sorted by relevance
/qemu/util/ |
H A D | qemu-config.c | ddb97f1debbb6be8d871f3b565f7b8befebf0f4f Thu Aug 02 19:44:16 UTC 2012 Jason Baron <jbaron@redhat.com> memory: add -machine dump-guest-core=on|off
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 down from 384MB to 6MB on a 2GB guest.
Is anything additional required to preserve this setting for migration or savevm? I don't believe so.
Changelog: v3: Eliminate globals as per Anthony's suggestion set no dump from qemu_ram_remap() as well v2: move the option from -m to -machine, rename option dump -> dump-guest-core
Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/include/qemu/ |
H A D | osdep.h | ddb97f1debbb6be8d871f3b565f7b8befebf0f4f Thu Aug 02 19:44:16 UTC 2012 Jason Baron <jbaron@redhat.com> memory: add -machine dump-guest-core=on|off
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 down from 384MB to 6MB on a 2GB guest.
Is anything additional required to preserve this setting for migration or savevm? I don't believe so.
Changelog: v3: Eliminate globals as per Anthony's suggestion set no dump from qemu_ram_remap() as well v2: move the option from -m to -machine, rename option dump -> dump-guest-core
Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/ |
H A D | qemu-options.hx | ddb97f1debbb6be8d871f3b565f7b8befebf0f4f Thu Aug 02 19:44:16 UTC 2012 Jason Baron <jbaron@redhat.com> memory: add -machine dump-guest-core=on|off
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 down from 384MB to 6MB on a 2GB guest.
Is anything additional required to preserve this setting for migration or savevm? I don't believe so.
Changelog: v3: Eliminate globals as per Anthony's suggestion set no dump from qemu_ram_remap() as well v2: move the option from -m to -machine, rename option dump -> dump-guest-core
Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|