Re: [libvirt] [PATCH v2 3/6] libvirtaio: do not double-add callbacks

2017-09-25 Thread Daniel P. Berrange
On Thu, Sep 14, 2017 at 02:24:29AM +0200, Wojtek Porczyk wrote: > This was a harmless bug, without any impact, but it is wrong to manage > the collection of callbacks from it's members. > > Signed-off-by: Wojtek Porczyk > --- > libvirtaio.py | 9 - > 1 file

[libvirt] [PATCH v2 3/6] libvirtaio: do not double-add callbacks

2017-09-22 Thread Wojtek Porczyk
This was a harmless bug, without any impact, but it is wrong to manage the collection of callbacks from it's members. Signed-off-by: Wojtek Porczyk --- libvirtaio.py | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libvirtaio.py