On 07/07/2010 03:33 PM, Chris Lalancette wrote:
Implement the qemu driver's virDomainQemuMonitorCommand
and hook it into the API entry point.


Changes since v3:
  - Add a flag to priv so we only print out monitor command warning once.  Note
    that this has not been plumbed into qemuDomainObjPrivateXMLFormat or
    qemuDomainObjPrivateXMLParse, which means that if you run a monitor command,
    restart libvirtd, and then run another monitor command, you may get an
    an erroneous VIR_INFO.  It's a pretty minor matter, and I didn't think it
    warranted the additional code.
  - Add BeginJob/EndJob calls around EnterMonitor/ExitMonitor

ACK - these changes look reasonable, and re-warning on a new libvirtd restart is not a problem in my mind.

--
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to