[libvirt] [PATCH v4 0/2] snapshot: Store both config and live XML in the

Maxiwell S. Garcia maxiwell at linux.ibm.com
Thu Aug 29 20:55:41 UTC 2019


This patchset store both config and live XML in the snapshot XML.
To avoid nest 'config' XML one level deeper ('inactive/domain'),
it was necessary to create a function that has a new rootname parameter.

V4:
- Create a new function to format the XML domain choosing the root name

Maxiwell S. Garcia (2):
  qemu: formatting XML from domain def choosing the root name
  snapshot: Store both config and live XML in the snapshot domain

 src/conf/domain_conf.c   | 35 ++++++++++++++++++++++++++---------
 src/conf/domain_conf.h   |  6 ++++++
 src/conf/moment_conf.c   |  1 +
 src/conf/moment_conf.h   | 11 +++++++++++
 src/conf/snapshot_conf.c | 22 ++++++++++++++++++++--
 src/qemu/qemu_driver.c   | 37 ++++++++++++++++++++++++++++---------
 6 files changed, 92 insertions(+), 20 deletions(-)

-- 
2.20.1




More information about the libvir-list mailing list