On Tue, Jun 07, 2011 at 15:01:54 +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 and one can use the API,
e.g., to check whether (and for how long) libvirtd is currently waiting for a
reply from qemu process.
Jiri Denemark (6):
Introduce virTimeMs for getting current time in ms
Use virTimeMs when appropriate
Introduce virDomainGetControlInfo API
Wire protocol and remote driver for virDomainGetControlInfo
qemu: Implement virDomainGetControlInfo
virsh: Add support for virDomainGetControlInfo
I checked what I was asked to check, removed QEMU specific note from
virsh.pod, rebased on current master and pushed the series.
Thanks for the review.
Jirka