Re: [libvirt] [PATCH 1/3] qemu: managedsave: Check that VM is alive after entering async job

2014-08-12 Thread Ján Tomko
On 08/12/2014 03:44 PM, Peter Krempa wrote: > Saving a shutoff VM doesn't make sense (and has suboptimal effects on > stability of the libvirt daemon). Check that the domain is alive after Saying it 'crashes' is more readable IMHO. > entering the save async job. > > Resolves: https://bugzilla.re

[libvirt] [PATCH 1/3] qemu: managedsave: Check that VM is alive after entering async job

2014-08-12 Thread Peter Krempa
Saving a shutoff VM doesn't make sense (and has suboptimal effects on stability of the libvirt daemon). Check that the domain is alive after entering the save async job. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1129207 --- src/qemu/qemu_driver.c | 6 ++ 1 file changed, 6 insertio