Re: [libvirt PATCH 1/2] qemu: Use qemuDomainSaveStatus

2021-12-15 Thread Ani Sinha
On Tue, Dec 14, 2021 at 9:52 PM Jiri Denemark wrote: > > It is a nice wrapper around virDomainObjSave which logs a warning, but > otherwise ignores the error. Let's use it where appropriate. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_domain.c| 11 ++--- >

[libvirt PATCH 1/2] qemu: Use qemuDomainSaveStatus

2021-12-14 Thread Jiri Denemark
It is a nice wrapper around virDomainObjSave which logs a warning, but otherwise ignores the error. Let's use it where appropriate. Signed-off-by: Jiri Denemark --- src/qemu/qemu_domain.c| 11 ++--- src/qemu/qemu_migration.c | 9 + src/qemu/qemu_process.c | 85