• M
    qemu: Don't fail to shutdown domains with unresponsive agent · b8e25c35
    Michal Privoznik 提交于
    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.
    b8e25c35
qemu_driver.c 481.0 KB