]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Properly report error on uuid mismatch in the migration cookie
authorLuyao Huang <lhuang@redhat.com>
Thu, 5 Feb 2015 03:42:26 +0000 (11:42 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 5 Feb 2015 07:14:36 +0000 (08:14 +0100)
commit1b2c9ce752b02fed4deabf91c534989ec8193071
tree6daf17e1e713f8645e82e2e9d41049489e5c05cb
parent4cef725782fbf9dbf2d69c8161e48185dd45df6f
qemu: Properly report error on uuid mismatch in the migration cookie

Add the missing jump to the error label when the uuid in the
migration cookie XML does not match the uuid of the migrated
domain.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration.c