]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Properly reset all migration capabilities
authorJiri Denemark <jdenemar@redhat.com>
Wed, 5 Apr 2017 11:05:25 +0000 (13:05 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 11:43:37 +0000 (13:43 +0200)
commit8be3ccd047e17c4998c669da2a63c3956e1f5225
tree2cb25be0ef97deeef762b4b21790b30e8308f8ee
parent4097de405e5ea5fae3867028ee901c03f80eb15b
qemu: Properly reset all migration capabilities

So far only QEMU_MONITOR_MIGRATION_CAPS_POSTCOPY was reset, but only in
a single code path leaving post-copy enabled in quite a few cases.

https://bugzilla.redhat.com/show_bug.cgi?id=1425003

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c