When making ABI stability checks for an active domain, we need to make
sure we use the same migratable definition which virDomainGetXMLDesc
with the MIGRATABLE flag provides, otherwise the ABI check will fail.
https://bugzilla.redhat.com/show_bug.cgi?id=1460952
Jiri Denemark (4):
qemu: Introduce qemuDomainDefFromXML helper
qemu: Add qemuDomainMigratableDefCheckABIStability
qemu: Add qemuDomainCheckABIStability
qemu: Use qemuDomainCheckABIStability where needed
src/qemu/qemu_domain.c | 108 ++++++++++++++++++++++++++++++++++------------
src/qemu/qemu_domain.h | 4 ++
src/qemu/qemu_driver.c | 71 +++++++++++++++++-------------
src/qemu/qemu_migration.c | 2 +-
4 files changed, 126 insertions(+), 59 deletions(-)
--
2.13.1