]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Consistently use exit_monitor in qemuMigrationRun
authorJiri Denemark <jdenemar@redhat.com>
Thu, 19 Oct 2017 12:22:53 +0000 (14:22 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 23 Oct 2017 08:08:29 +0000 (10:08 +0200)
commit73a352263c1745da8a71f1a636ff805ad3e1d249
treeda80a5957cd7bbfaa349bc8632cba17e54b67c95
parentaf32e57f8e5800ceca46b775276f4a4877ecf89a
qemu: Consistently use exit_monitor in qemuMigrationRun

Almost every failure in qemuMigrationRun while we are talking to QEMU
monitor results in a jump to exit_monitor label. The only exception is
removed by this patch.

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