]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use qemuDomainCheckABIStability where needed
authorJiri Denemark <jdenemar@redhat.com>
Wed, 14 Jun 2017 12:56:21 +0000 (14:56 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 14 Jun 2017 15:13:24 +0000 (17:13 +0200)
commitf0a3fe1b0a2996272dd167501bb5de752d9d1956
treefc74edd381c9df4b3a823ae0648d945556097341
parent063b2b8788db204d0ac2e1d367fd0c5eb9b81451
qemu: Use qemuDomainCheckABIStability where needed

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@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c