Re: [libvirt] [PATCH] qemu: fix crash when removing from interface with update-device

2014-05-01 Thread Eric Blake
On 05/01/2014 02:57 AM, Laine Stump wrote: > If a domain network interface that contains a is modified > "live" using "virsh update-device --live", libvirtd would crash. This > was because the code supporting live update of an interface's > filterref was assuming that a filterref might be added or

[libvirt] [PATCH] qemu: fix crash when removing from interface with update-device

2014-05-01 Thread Laine Stump
If a domain network interface that contains a is modified "live" using "virsh update-device --live", libvirtd would crash. This was because the code supporting live update of an interface's filterref was assuming that a filterref might be added or modified, but didn't account for removing the filt