Re: [libvirt] [PATCH 3/6] Introduce virDomainGetControlInfo API

2011-06-13 Thread Daniel Veillard
On Tue, Jun 07, 2011 at 03:01:57PM +0200, Jiri Denemark wrote: The API can be used to query current state of an interface to VMM used to control a domain. In QEMU world this translates into monitor connection. [...] diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in

Re: [libvirt] [PATCH 3/6] Introduce virDomainGetControlInfo API

2011-06-09 Thread Federico Simoncelli
Hi Jiri, I don't see the libvirt_virDomainGetControlInfo implementation in libvirt-override.c. $ nm -D python/.libs/libvirtmod.so | grep virDomainGetControlInfo (empty) Is the python binding postponed to a future patch? -- Federico On Tue, Jun 7, 2011 at 3:01 PM, Jiri Denemark

Re: [libvirt] [PATCH 3/6] Introduce virDomainGetControlInfo API

2011-06-09 Thread Jiri Denemark
On Thu, Jun 09, 2011 at 17:08:14 +0200, Federico Simoncelli wrote: Hi Jiri, I don't see the libvirt_virDomainGetControlInfo implementation in libvirt-override.c. $ nm -D python/.libs/libvirtmod.so | grep virDomainGetControlInfo (empty) Is the python binding postponed to a future patch?

[libvirt] [PATCH 3/6] Introduce virDomainGetControlInfo API

2011-06-07 Thread Jiri Denemark
The API can be used to query current state of an interface to VMM used to control a domain. In QEMU world this translates into monitor connection. --- include/libvirt/libvirt.h.in| 40 python/generator.py |1 + python/libvirt-override-api.xml