Re: [libvirt] [PATCH v2 0/9] Introduce virDomainGetState API

2011-05-16 Thread Jiri Denemark
On Tue, May 10, 2011 at 15:39:02 +0200, Jiri Denemark wrote: > This new API solves several problems: > > - calling virDomainGetInfo for just getting domain status is an overkill since > it may result in sending requests to guest OS > - since virDomainGetInfo can hang when guest OS is not respond

[libvirt] [PATCH v2 0/9] Introduce virDomainGetState API

2011-05-10 Thread Jiri Denemark
This new API solves several problems: - calling virDomainGetInfo for just getting domain status is an overkill since it may result in sending requests to guest OS - since virDomainGetInfo can hang when guest OS is not responding and it is used by virsh list, listing domains can hang - virDomai