Re: [libvirt] [python PATCHv2] event: Add bindings for agent lifecycle event

2014-11-24 Thread Peter Krempa
On 11/24/14 17:49, Pavel Hrdina wrote: > On 11/24/2014 05:09 PM, Peter Krempa wrote: >> Also add the example. >> --- >> Version 2: >> - version 2 actually works ... >> >> >> examples/event-test.py | 11 >> libvirt-override-virConnect.py | 10 +++ >> libvirt-override.c

Re: [libvirt] [python PATCHv2] event: Add bindings for agent lifecycle event

2014-11-24 Thread Pavel Hrdina
On 11/24/2014 05:09 PM, Peter Krempa wrote: Also add the example. --- Version 2: - version 2 actually works ... examples/event-test.py | 11 libvirt-override-virConnect.py | 10 +++ libvirt-override.c | 60 ++ 3 files

[libvirt] [python PATCHv2] event: Add bindings for agent lifecycle event

2014-11-24 Thread Peter Krempa
Also add the example. --- Version 2: - version 2 actually works ... examples/event-test.py | 11 libvirt-override-virConnect.py | 10 +++ libvirt-override.c | 60 ++ 3 files changed, 81 insertions(+) mode change 100644 =>