]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Make domain renaming work during migration
authorJiri Denemark <jdenemar@redhat.com>
Tue, 3 Sep 2013 13:17:03 +0000 (15:17 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 4 Sep 2013 07:11:08 +0000 (09:11 +0200)
commit8d67c550e931f1dbc163e7e20784218edc1165df
tree32c7e8f8f4c5ffdb1bf17c367d778303d972a120
parent2dba0323ff0cec31bdcea9dd3b2428af297401f2
qemu: Make domain renaming work during migration

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

Since commit v1.0.5-56-g449e6b1 (Pull parsing of migration xml up into
QEMU driver APIs) any attempt to rename a domain during migration fails
with the following error message:

    internal error Incoming cookie data had unexpected name DOM vs DOM2

This is because migration cookies always use the original domain name
and the mentioned commit failed to propagate the name back to
qemuMigrationPrepareAny.
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h