• J
    qemu: Avoid loop of fake reboots · 3abadf82
    Jiri Denemark 提交于
    Once virDomainReboot is called for a domain, guest OS initiated shutdown
    would always result in reboot instead of shutdown. Only
    virDomainShutdown would actually shutd such domain down. That's because
    we forgot to reset fakeReboot flag once we asked the domain to reboot.
    3abadf82
qemu_process.c 114.5 KB