]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Unlock monitor when connecting to dest qemu fails
authorJiri Denemark <jdenemar@redhat.com>
Wed, 15 Feb 2012 15:48:54 +0000 (16:48 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 16 Feb 2012 09:58:35 +0000 (10:58 +0100)
commite0d4b0db9e4cc045d9660f955ddccfabd098a91b
tree3ae1e536f51e79e5976766a343fc5dc70d3fbab3
parent2ccc4a607f6e122aff2e3b9d133d6e6b4b661a1e
qemu: Unlock monitor when connecting to dest qemu fails

When migrating a qemu domain, we enter the monitor, send some commands,
try to connect to destination qemu, send other commands, end exit the
monitor. However, if we couldn't connect to destination qemu we forgot
to exit the monitor.

Bug introduced by commit d9d518b1c8ef3b65658cc91f85ba33a63c0959a4.
src/qemu/qemu_migration.c