]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Fix migration with dname
authorJiri Denemark <jdenemar@redhat.com>
Tue, 4 Oct 2011 07:11:35 +0000 (09:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 4 Oct 2011 13:43:14 +0000 (15:43 +0200)
commitcdd5ef7b0776c5fa09a1b5bcb5d8adbc82b525bd
tree2fc42ab93aba4cadfd4a935b4e615307229f718a
parent652f88714454767a9c93bbb71740b897df8a795e
qemu: Fix migration with dname

Destination libvirtd remembers the original name in the prepare phase
and clears it in the finish phase. The original name is used when
comparing domain name in migration cookie.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_migration.c