]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Properly check for incoming migration job
authorJiri Denemark <jdenemar@redhat.com>
Thu, 30 Jul 2015 13:53:41 +0000 (15:53 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 31 Jul 2015 13:15:12 +0000 (15:15 +0200)
commit40a6dd9c16f4760ae01919f7710476c4c9804f4f
treef54b66ab1abe32a1791ff37cc5b5be1581259c8b
parent136f3de4112c75af0b38fc1946f44e3658ed1890
qemu: Properly check for incoming migration job

In addition to checking the current asynchronous job
qemuMigrationJobIsActive reports an error if the current job does not
match the one we asked for. Let's just check the job directly since we
are not interested in the error in qemuProcessHandleMonitorEOF.

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