]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't fail to shutdown domains with unresponsive agent
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Feb 2013 17:52:12 +0000 (18:52 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Feb 2013 11:24:34 +0000 (12:24 +0100)
commitb8e25c35d7f80a2fadc0e51e95318e39db3d1687
tree1ce833ad6a665a7a971dec0d3ca0849dc2c2d256
parentadfa3469bb6b0b0a1e91c520d92e92fd6a38592d
qemu: Don't fail to shutdown domains with unresponsive agent

Currently, qemuDomainShutdownFlags() chooses the agent method of
shutdown whenever the agent is configured. However, this
assumption is not enough as the guest agent may be unresponsive
at the moment. So unless guest agent method has been explicitly
requested, we should fall back to the ACPI method.
src/qemu/qemu_driver.c