aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Benvenuti <benve@cisco.com>2012-03-27 13:00:01 -0700
committerEric Blake <eblake@redhat.com>2012-03-28 10:45:22 -0600
commita02500d010f635a6f5ffe63556d66f3a38139a51 (patch)
tree4b4967d191b51fcc150e14b4b5402ce11665c2b0 /AUTHORS
parentSet default name for SPICE agent channel (diff)
downloadlibvirt-a02500d010f635a6f5ffe63556d66f3a38139a51.tar.gz
libvirt-a02500d010f635a6f5ffe63556d66f3a38139a51.tar.bz2
libvirt-a02500d010f635a6f5ffe63556d66f3a38139a51.zip
qemu: Make migration fail when port profile association fails on the dst host
In the current V3 migration protocol, Libvirt does not check the result of the function qemuMigrationVPAssociatePortProfiles This means that it is possible for a migration to complete successfully even when the VM loses network connectivity on the destination host. With this change libvirt aborts the migration (during the "finish" step) when the above function fails, that is to say when at least one of the port profile associations fails. Signed-off by: Christian Benvenuti <benve@cisco.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 881a8c155..33154400a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -227,6 +227,7 @@ Patches have also been contributed by:
Peng Zhou <ailvpeng25@gmail.com>
Li Zhang <zhlcindy@linux.vnet.ibm.com>
Stef Walter <stefw@gnome.org>
+ Christian Benvenuti <benve@cisco.com>
[....send patches to get your name here....]