Re: [libvirt PATCH 3/5] qemu,lxc: remove use to nwfilter update lock

2022-02-28 Thread Daniel P . Berrangé
On Mon, Feb 28, 2022 at 11:24:07AM -0500, Laine Stump wrote: > On 2/25/22 10:30 AM, Daniel P. Berrangé wrote: > > Now that the virNWFilterBinding APIs are using the nwfilter > > update lock directly, there is no need for the virt drivers > > to do it themselves. > > I'm always nervous when the

Re: [libvirt PATCH 3/5] qemu,lxc: remove use to nwfilter update lock

2022-02-28 Thread Laine Stump
On 2/25/22 10:30 AM, Daniel P. Berrangé wrote: Now that the virNWFilterBinding APIs are using the nwfilter update lock directly, there is no need for the virt drivers to do it themselves. I'm always nervous when the ordering of locks is changed, and that's what is happening with the

[libvirt PATCH 3/5] qemu,lxc: remove use to nwfilter update lock

2022-02-25 Thread Daniel P . Berrangé
Now that the virNWFilterBinding APIs are using the nwfilter update lock directly, there is no need for the virt drivers to do it themselves. Signed-off-by: Daniel P. Berrangé --- src/lxc/lxc_driver.c | 6 -- src/qemu/qemu_driver.c| 18 -- src/qemu/qemu_migration.c