On Fri, Jul 12, 2019 at 06:05:42PM +0200, Peter Krempa wrote:
Rename qemuDomainObjSaveJob and create a wrapper for it which does
not
require 'driver' to be passed and export it so that other palces can
easily save the status XML without having to invoke virDomainSaveStatus
which has unpleasing parameters.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_domain.c | 23 ++++++++++++++++-------
src/qemu/qemu_domain.h | 2 ++
2 files changed, 18 insertions(+), 7 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano