Re: [libvirt] [PATCH 4/4] qemu: Improve error reporting from qemuDomainManagedSaveRemove

2012-12-11 Thread Eric Blake
On 12/11/2012 11:48 AM, Peter Krempa wrote: > Report an error if unlink of the managedsave file fails. > --- > Hm, this patch changes semantics a little bit. If the unlink() fails now, > the domain isn't marked as not having a managed save file. If somebody does > not like this change I will return

[libvirt] [PATCH 4/4] qemu: Improve error reporting from qemuDomainManagedSaveRemove

2012-12-11 Thread Peter Krempa
Report an error if unlink of the managedsave file fails. --- Hm, this patch changes semantics a little bit. If the unlink() fails now, the domain isn't marked as not having a managed save file. If somebody does not like this change I will return it to the previous semantics. --- src/qemu/qemu_driv