[libvirt] [PATCH 2/8] qemu: don't restore state label twice

2011-03-26 Thread Eric Blake
Otherwise, if something like doStopVcpus fails after the first restore, a second restore is attempted and throws a useless warning. * src/qemu/qemu_driver.c (qemudDomainSaveFlag): Avoid second restore of state label. --- Original post: https://www.redhat.com/archives/libvir-list/2011-March/msg011

Re: [libvirt] [PATCH 2/8] qemu: don't restore state label twice

2011-03-27 Thread Laine Stump
On 03/26/2011 08:12 AM, Eric Blake wrote: Otherwise, if something like doStopVcpus fails after the first restore, a second restore is attempted and throws a useless warning. * src/qemu/qemu_driver.c (qemudDomainSaveFlag): Avoid second restore of state label. --- Original post: https://www.redha

Re: [libvirt] [PATCH 2/8] qemu: don't restore state label twice

2011-03-28 Thread Eric Blake
On 03/27/2011 02:31 AM, Laine Stump wrote: > On 03/26/2011 08:12 AM, Eric Blake wrote: >> Otherwise, if something like doStopVcpus fails after the first >> restore, a second restore is attempted and throws a useless >> warning. >> >> * src/qemu/qemu_driver.c (qemudDomainSaveFlag): Avoid second >> r