On Wed, Jun 14, 2017 at 04:16:40PM +0200, Jiri Denemark wrote:
Most places which want to check ABI stability for an active domain
need
to call this API rather than the original
qemuDomainDefCheckABIStability. The only exception is in snapshots where
we need to decide what to do depending on the saved image data.
https://bugzilla.redhat.com/show_bug.cgi?id=1460952
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
Notes:
Best viewed with -b :-)
src/qemu/qemu_driver.c | 71 +++++++++++++++++++++++++++--------------------
src/qemu/qemu_migration.c | 2 +-
2 files changed, 42 insertions(+), 31 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>