[libvirt] [PATCH v5 0/7] Add managed save XML modification APIs (pushed)

Peter Krempa posted 7 patches 6 years, 7 months ago
Failed in applying to current master (apply log)
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(-)
[libvirt] [PATCH v5 0/7] Add managed save XML modification APIs (pushed)
Posted by Peter Krempa 6 years, 7 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list