]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't fail to reboot domains with unresponsive agent
authorzhang bo <oscar.zhangbo@huawei.com>
Thu, 23 Apr 2015 03:40:15 +0000 (11:40 +0800)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:27:10 +0000 (11:27 -0400)
commitf708713efe3fbe47b42eac87e9de33b218950dcc
tree2b3946884f0e5937817b6e4c6066e22521042ac1
parentb5a210dce707cb3596c303ef64e59b911ff784d7
qemu: Don't fail to reboot domains with unresponsive agent

just as what b8e25c35d7f80a2fadc0e51e95318e39db3d1687 did, we
fall back to the ACPI method when the guest agent is unresponsive
in qemuDomainReboot().

Signed-off-by: YueWenyuan <yuewenyuan@huawei.com>
Signed-off-by: Zhang Bo <oscar.zhangbo@huawei.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
(cherry picked from commit eadf41fe313a804409415841a3df0a494470f057)
src/qemu/qemu_driver.c