This is the version I've pushed. I'm sending it in for a reference of
the modifications I've made as part of the review.
Kothapally Madhu Pavan (7):
lib: Add API to dump xml configuration of managed save state domain
lib: Add API to edit domain's managed save state xml configuration
qemu: Implement qemuDomainManagedSaveGetXMLDesc
qemu: Implement qemuDomainManagedSaveDefineXML
virsh: Implement managedsave-define command
virsh: Implement managedsave-dumpxml command
virsh: Implement managedsave-edit command
include/libvirt/libvirt-domain.h | 6 ++
src/driver-hypervisor.h | 11 +++
src/libvirt-domain.c | 106 ++++++++++++++++++++
src/libvirt_public.syms | 2 +
src/qemu/qemu_driver.c | 79 +++++++++++++++
src/remote/remote_driver.c | 2 +
src/remote/remote_protocol.x | 30 +++++-
src/remote_protocol-structs | 14 +++
tools/virsh-domain.c | 204 +++++++++++++++++++++++++++++++++++++++
tools/virsh.pod | 39 ++++++++
10 files changed, 492 insertions(+), 1 deletion(-)
--
2.14.1