Re: [libvirt] [PATCH] qemu: fix cleanup of bridge during failure of qemuDomainAttachNetDevice

2012-02-28 Thread Laine Stump
On 02/27/2012 01:15 PM, Eric Blake wrote: > On 02/25/2012 04:40 PM, Laine Stump wrote: >> From: Laine Stump >> >> In qemuDomainAttachNetDevice, the guest's tap interface has only been >> attached to the bridge if iface_connected is true. It's possible for >> an error to occur prior to that happeni

Re: [libvirt] [PATCH] qemu: fix cleanup of bridge during failure of qemuDomainAttachNetDevice

2012-02-27 Thread Eric Blake
On 02/25/2012 04:40 PM, Laine Stump wrote: > From: Laine Stump > > In qemuDomainAttachNetDevice, the guest's tap interface has only been > attached to the bridge if iface_connected is true. It's possible for > an error to occur prior to that happening, and previously we would > attempt to remove

[libvirt] [PATCH] qemu: fix cleanup of bridge during failure of qemuDomainAttachNetDevice

2012-02-25 Thread Laine Stump
From: Laine Stump In qemuDomainAttachNetDevice, the guest's tap interface has only been attached to the bridge if iface_connected is true. It's possible for an error to occur prior to that happening, and previously we would attempt to remove the tap interface from the bridge even if it hadn't bee