diff options
Diffstat (limited to 'hw/xen')
-rw-r--r-- | hw/xen/xen-common.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xen/xen-common.c b/hw/xen/xen-common.c index 459e6ab765..1f3688d2ff 100644 --- a/hw/xen/xen-common.c +++ b/hw/xen/xen-common.c @@ -139,7 +139,6 @@ static int xen_init(MachineState *ms) } qemu_add_vm_change_state_handler(xen_change_state_handler, NULL); - savevm_skip_configuration(); savevm_skip_section_footers(); return 0; @@ -151,6 +150,11 @@ static GlobalProperty xen_compat_props[] = { .property = "store-global-state", .value = "off", }, + { + .driver = "migration", + .property = "send-configuration", + .value = "off", + }, { /* end of list */ }, }; |