]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Fix crash in tunnelled migration
authorJiri Denemark <jdenemar@redhat.com>
Thu, 20 Nov 2014 12:09:16 +0000 (13:09 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 20 Nov 2014 12:22:20 +0000 (13:22 +0100)
commit52691f99fa016ac46c9546c37706e57a5180d4c6
treeea51bf53ea80a75b7eb7f77a8187f6658d3637c5
parentaca0ae1faa163bbd60ee8df4b93ae870aa820746
qemu: Fix crash in tunnelled migration

Any attempt to start a tunnelled migration with libvirtd that supports
RDMA migration (specifically commit v1.2.8-226-ged22a47) crashes
libvirtd on the destination host.

The crash is inevitable because qemuMigrationPrepareAny is always called
with NULL protocol in case of tunnelled migration.

https://bugzilla.redhat.com/show_bug.cgi?id=1147331
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c