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

2011-06-15 Thread Daniel Veillard
On Mon, Jun 13, 2011 at 12:13:15PM +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. > --- > Notes: > Version 2: > - really implement python binding > [...] >

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

2011-06-13 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. --- Notes: Version 2: - really implement python binding include/libvirt/libvirt.h.in| 40 python/genera