]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Tidy up job handling during live migration
authorSam Bobroff <sam.bobroff@au1.ibm.com>
Tue, 12 Aug 2014 02:54:42 +0000 (12:54 +1000)
committerJán Tomko <jtomko@redhat.com>
Thu, 14 Aug 2014 10:12:42 +0000 (12:12 +0200)
commitf0f9eed843edf1339bb7b078d98e985b11f5f240
tree37351966a248921b39e8f03eff53e653fa1ef264
parent3f03398dbedcaa99aed35a9933254580603afae2
qemu: Tidy up job handling during live migration

During a QEMU live migration several warning messages about job
handling could be written to syslog on the destination host:

"entering monitor without asking for a nested job is dangerous"

The messages are written because the job handling during migration
uses hard coded asyncJob values in several places that are incorrect.

This patch passes the required asyncJob value around and prevents
the warnings as well as any issues that the warnings may be referring
to.

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

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/qemu/qemu_process.h