diff options
Diffstat (limited to 'hw/xen/xen-common.c')
-rw-r--r-- | hw/xen/xen-common.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hw/xen/xen-common.c b/hw/xen/xen-common.c index 1f3688d2ff..632a938dcc 100644 --- a/hw/xen/xen-common.c +++ b/hw/xen/xen-common.c @@ -138,9 +138,6 @@ static int xen_init(MachineState *ms) return -1; } qemu_add_vm_change_state_handler(xen_change_state_handler, NULL); - - savevm_skip_section_footers(); - return 0; } @@ -155,6 +152,11 @@ static GlobalProperty xen_compat_props[] = { .property = "send-configuration", .value = "off", }, + { + .driver = "migration", + .property = "send-section-footer", + .value = "off", + }, { /* end of list */ }, }; |