Re: [libvirt] [PATCH 1/8] virDomainGetState public API

2011-05-05 Thread Jiri Denemark
On Wed, May 04, 2011 at 10:45:33 -0600, Eric Blake wrote: On 05/04/2011 08:45 AM, Jiri Denemark wrote: This API is supposed to replace virDomainGetInfo when the only purpose of calling it is getting current domain status. @@ -674,6 +726,9 @@ int virDomainCoreDump

[libvirt] [PATCH 1/8] virDomainGetState public API

2011-05-04 Thread Jiri Denemark
This API is supposed to replace virDomainGetInfo when the only purpose of calling it is getting current domain status. --- include/libvirt/libvirt.h.in| 55 +++ python/generator.py |1 + python/libvirt-override-api.xml |5 +++

Re: [libvirt] [PATCH 1/8] virDomainGetState public API

2011-05-04 Thread Eric Blake
On 05/04/2011 08:45 AM, Jiri Denemark wrote: This API is supposed to replace virDomainGetInfo when the only purpose of calling it is getting current domain status. @@ -674,6 +726,9 @@ int virDomainCoreDump (virDomainPtr domain, */ int