Re: [libvirt] [PATCH] qemu: Qemu process unexpectedly killed in repeated reboot

2018-12-07 Thread Wang King
On 12/07/18 9:53 AM, Wang King wrote: >> The issue occurs when I make repeated calls to virDomainReboot with >> VIR_DOMAIN_REBOOT_DEFAULT flag. In the first call to reboot domain, >> the qemu driver chose ACPI path, and set priv->fakeReboot to true. >> Then in a second call, qemu driver chose

Re: [libvirt] [PATCH] qemu: Qemu process unexpectedly killed in repeated reboot

2018-12-03 Thread Wangjing (King)
On 11/30/18 9:53 AM, Wang King wrote: >> The issue occurs when I make repeated calls to virDomainReboot with >> VIR_DOMAIN_REBOOT_DEFAULT flag. In the first call to reboot domain, >> the qemu driver chose ACPI path, and set priv->fakeReboot to true. >> Then in a second call, qemu driver chose

Re: [libvirt] [PATCH] qemu: Qemu process unexpectedly killed in repeated reboot

2018-11-30 Thread Michal Privoznik
On 11/30/18 9:53 AM, Wang King wrote: > The issue occurs when I make repeated calls to virDomainReboot with > VIR_DOMAIN_REBOOT_DEFAULT flag. In the first call to reboot domain, > the qemu driver chose ACPI path, and set priv->fakeReboot to true. > Then in a second call, qemu driver chose agent to

[libvirt] [PATCH] qemu: Qemu process unexpectedly killed in repeated reboot

2018-11-30 Thread Wang King
The issue occurs when I make repeated calls to virDomainReboot with VIR_DOMAIN_REBOOT_DEFAULT flag. In the first call to reboot domain, the qemu driver chose ACPI path, and set priv->fakeReboot to true. Then in a second call, qemu driver chose agent to reboot which set fakeReboot to false. But