Re: [libvirt] [PATCH v2 0/2] libvirt-python: libvirtaio

2017-04-04 Thread Daniel P. Berrange
On Fri, Mar 24, 2017 at 09:25:11PM +0100, Wojtek Porczyk wrote: > On Fri, Mar 17, 2017 at 02:35:15PM +0100, Wojtek Porczyk wrote: > > This is second attempt at merging libvirtaio, an event loop implementation > > which dispatches the callbacks via asyncio's event loop. > > Hi, libvirt-list, > > A

Re: [libvirt] [PATCH v2 0/2] libvirt-python: libvirtaio

2017-03-24 Thread Wojtek Porczyk
On Fri, Mar 17, 2017 at 02:35:15PM +0100, Wojtek Porczyk wrote: > This is second attempt at merging libvirtaio, an event loop implementation > which dispatches the callbacks via asyncio's event loop. Hi, libvirt-list, Any progress on this? Or is there some sub-list or maintainer, who I should Cc

[libvirt] [PATCH v2 0/2] libvirt-python: libvirtaio

2017-03-17 Thread Wojtek Porczyk
Hello, libvirt-list, This is second attempt at merging libvirtaio, an event loop implementation which dispatches the callbacks via asyncio's event loop. The first patch fixes the bug around freeing opaque objects [1][2], and the second one is the actual implementation. Since v1 series, as per Da