Re: [libvirt] [PATCH 9/9] Fix QEMU domain state after a save attempt fails

2010-02-26 Thread Daniel Veillard
On Thu, Feb 18, 2010 at 03:56:15PM +, Daniel P. Berrange wrote: > When a VM save attempt failed, the VM would be left in a paused > state. It is neccessary to resume CPU execution upon failure > if it was running originally > > * src/qemu/qemu_driver.c: Resume CPUs upon save failure > --- > s

[libvirt] [PATCH 9/9] Fix QEMU domain state after a save attempt fails

2010-02-18 Thread Daniel P. Berrange
When a VM save attempt failed, the VM would be left in a paused state. It is neccessary to resume CPU execution upon failure if it was running originally * src/qemu/qemu_driver.c: Resume CPUs upon save failure --- src/qemu/qemu_driver.c | 10 ++ 1 files changed, 10 insertions(+), 0 dele

[libvirt] [PATCH 9/9] Fix QEMU domain state after a save attempt fails

2010-02-04 Thread Daniel P. Berrange
When a VM save attempt failed, the VM would be left in a paused state. It is neccessary to resume CPU execution upon failure if it was running originally * src/qemu/qemu_driver.c: Resume CPUs upon save failure --- src/qemu/qemu_driver.c | 10 ++ 1 files changed, 10 insertions(+), 0 dele