On Wed, Jun 14, 2017 at 04:16:39PM +0200, Jiri Denemark wrote:
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.
This is implemented in the new qemuDomainCheckABIStability which takes a
domain object and generates the right migratable definition from it.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 41 ++++++++++++++++++++++++++++++++++++-----
src/qemu/qemu_domain.h | 4 ++++
2 files changed, 40 insertions(+), 5 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>