]> xenbits.xensource.com Git - libvirt.git/commit
Wire up QEMU agent to reboot/shutdown APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 5 Oct 2011 17:31:56 +0000 (18:31 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Jan 2012 11:19:51 +0000 (12:19 +0100)
commitfb52a399285713317629b28ea7aaf4b0b92e8f21
treeaef1e3d4adfd5a7aca5f6cf6df61857eadbe0a32
parent0b7ddf9e7788958f0ced0de03572af25754324c8
Wire up QEMU agent to reboot/shutdown APIs

This makes use of the QEMU guest agent to implement the
virDomainShutdownFlags and virDomainReboot APIs. With
no flags specified, it will prefer to use the agent, but
fallback to ACPI. Explicit choice can be made by using
a suitable flag

* src/qemu/qemu_driver.c: Wire up use of agent
src/qemu/qemu_driver.c