Re: [libvirt] [PATCH] qemu: lifecycle: guest get rebooted after reboot and shutdown

2015-04-19 Thread zhang bo
On 2015/4/17 17:54, Michal Privoznik wrote: > On 17.04.2015 02:43, zhang bo wrote: >> > > Maybe I should have been more specific when requiring you to send the > patch. If you look at 'git log' you'll see this commit message diverges > from the rest. I've fixed it, ACKed and pushed. > > Michal

Re: [libvirt] [PATCH] qemu: lifecycle: guest get rebooted after reboot and shutdown

2015-04-17 Thread Michal Privoznik
On 17.04.2015 02:43, zhang bo wrote: > > Steps: > 1 virsh reboot guest1 --mode=acpi > 2 virsh shutdown guest1 --mode=agent > > Expected result: > As the SHUTDOWN job is after REBOOT, we expected the guest to be > *shutoff*. > > Exacted result: > After the 2 steps above, the gues

[libvirt] [PATCH] qemu: lifecycle: guest get rebooted after reboot and shutdown

2015-04-16 Thread zhang bo
Steps: 1 virsh reboot guest1 --mode=acpi 2 virsh shutdown guest1 --mode=agent Expected result: As the SHUTDOWN job is after REBOOT, we expected the guest to be *shutoff*. Exacted result: After the 2 steps above, the guest got *rebooted*. The reason to this problem: 1 in qemu