mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
migration: move skip_configuration out
It was in SaveState but now moved to MigrationState altogether, reverted its meaning, then renamed to "send_configuration". Again, using HW_COMPAT_2_3 for old PC/SPAPR machines, and accel_register_prop() for xen_init(). Removing savevm_skip_configuration(). Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <1498536619-14548-8-git-send-email-peterx@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
3df663e575
commit
71dd4c1a56
8 changed files with 18 additions and 15 deletions
|
|
@ -181,6 +181,10 @@
|
|||
.driver = TYPE_PCI_DEVICE,\
|
||||
.property = "x-pcie-lnksta-dllla",\
|
||||
.value = "off",\
|
||||
},{\
|
||||
.driver = "migration",\
|
||||
.property = "send-configuration",\
|
||||
.value = "off",\
|
||||
},{\
|
||||
.driver = "migration",\
|
||||
.property = "store-global-state",\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue