]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't reset "events" migration capability
authorJiri Denemark <jdenemar@redhat.com>
Fri, 28 Apr 2017 13:56:44 +0000 (15:56 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 2 May 2017 10:26:35 +0000 (12:26 +0200)
commitfc48fc7930f560c4341f4afe1285848dfdb60278
treee42348d2e4386db207eedb7887d74627ea6fd878
parent4b9af8625a642339526b47eff718fab12c4b7cea
qemu: Don't reset "events" migration capability

When creating v3.2.0-77-g8be3ccd04 commit, I completely forgot that one
migration capability is very special. It's the "events" capability which
tells QEMU to report "MIGRATION" events. Since libvirt always wants the
events, it is enabled in qemuConnectMonitor and the rest of the code
should not touch it.

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

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