Re: [libvirt] [PATCH] qemu: Make migration fail when port profile association fails on the dst host

2012-03-28 Thread Christian Benvenuti (benve)
Thanks for fixing it. /Chris > -Original Message- > From: Eric Blake [mailto:ebl...@redhat.com] > Sent: Wednesday, March 28, 2012 9:47 AM > To: Christian Benvenuti (benve) > Cc: Laine Stump; Libvirt > Subject: Re: [libvirt] [PATCH] qemu: Make migration fail when port p

Re: [libvirt] [PATCH] qemu: Make migration fail when port profile association fails on the dst host

2012-03-28 Thread Eric Blake
On 03/27/2012 02:27 PM, Christian Benvenuti (benve) wrote: > 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 ne

[libvirt] [PATCH] qemu: Make migration fail when port profile association fails on the dst host

2012-03-27 Thread Christian Benvenuti (benve)
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 abo

Re: [libvirt] [PATCH] qemu: Make migration fail when port profile association fails on the dst host

2012-03-27 Thread Laine Stump
This looks like a useful bug to fix before 0.9.11 if possible, but your patch showed up corrupt (long lines are broken for starters, possibly other things) so "git am" fails to apply it. Can you re-send using "git send-email" (or if that doesn't work for you, git format-patch, then send the patch a

[libvirt] [PATCH] qemu: Make migration fail when port profile association fails on the dst host

2012-03-26 Thread Christian Benvenuti (benve)
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 abo