Re: [libvirt] [python PATCH 1/2] qemu: support arbitrary monitor events

2014-03-24 Thread Pavel Hrdina
On 5.2.2014 03:01, Eric Blake wrote: Wrap the new virConnectDomainQemuMonitorEventRegister function being added in libvirt 1.2.2. This patch copies heavily from network events (commit 6ea5be0) and from event loop callbacks in libvirt-override.c, since in the libvirt_qemu module, we must expose

Re: [libvirt] [python PATCH 1/2] qemu: support arbitrary monitor events

2014-03-24 Thread Eric Blake
On 03/21/2014 10:22 AM, Michal Privoznik wrote: On 05.02.2014 03:01, Eric Blake wrote: Wrap the new virConnectDomainQemuMonitorEventRegister function being added in libvirt 1.2.2. This patch copies heavily from network events (commit 6ea5be0) and from event loop callbacks in

Re: [libvirt] [python PATCH 1/2] qemu: support arbitrary monitor events

2014-03-24 Thread Eric Blake
On 03/24/2014 08:32 AM, Pavel Hrdina wrote: On 5.2.2014 03:01, Eric Blake wrote: Wrap the new virConnectDomainQemuMonitorEventRegister function being added in libvirt 1.2.2. This patch copies heavily from network events (commit 6ea5be0) and from event loop callbacks in libvirt-override.c,

Re: [libvirt] [python PATCH 1/2] qemu: support arbitrary monitor events

2014-03-21 Thread Michal Privoznik
On 05.02.2014 03:01, Eric Blake wrote: Wrap the new virConnectDomainQemuMonitorEventRegister function being added in libvirt 1.2.2. This patch copies heavily from network events (commit 6ea5be0) and from event loop callbacks in libvirt-override.c, since in the libvirt_qemu module, we must

Re: [libvirt] [python PATCH 1/2] qemu: support arbitrary monitor events

2014-03-12 Thread Eric Blake
On 02/04/2014 07:01 PM, Eric Blake wrote: Wrap the new virConnectDomainQemuMonitorEventRegister function being added in libvirt 1.2.2. This patch copies heavily from network events (commit 6ea5be0) and from event loop callbacks in libvirt-override.c, since in the libvirt_qemu module, we must

[libvirt] [python PATCH 1/2] qemu: support arbitrary monitor events

2014-02-04 Thread Eric Blake
Wrap the new virConnectDomainQemuMonitorEventRegister function being added in libvirt 1.2.2. This patch copies heavily from network events (commit 6ea5be0) and from event loop callbacks in libvirt-override.c, since in the libvirt_qemu module, we must expose top-level functions rather than class