Re: [Qemu-devel] [PATCH] do not reset no_shutdown after we shutdown the vm

2011-07-23 Thread Anthony Liguori
On 06/16/2011 09:25 PM, Wen Congyang wrote: Daniel P. Berrange sent a libvirt's patch to support reboots with the QEMU driver. He implements it in json model like this: 1. add -no-shutdown in the qemu's option: qemu -no-shutdown 2. shutdown the vm by monitor command system_powerdown 3. w

[Qemu-devel] [PATCH] do not reset no_shutdown after we shutdown the vm

2011-06-16 Thread Wen Congyang
Daniel P. Berrange sent a libvirt's patch to support reboots with the QEMU driver. He implements it in json model like this: 1. add -no-shutdown in the qemu's option: qemu -no-shutdown 2. shutdown the vm by monitor command system_powerdown 3. wait for shutdown event 4. reset the vm by monit