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

Maxiwell S. Garcia posted 2 patches 4 years, 7 months ago
Test syntax-check passed
Failed in applying to current master (apply log)
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(-)
[libvirt] [PATCH v4 0/2] snapshot: Store both config and live XML in the
Posted by Maxiwell S. Garcia 4 years, 7 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v4 0/2] snapshot: Store both config and live XML in the
Posted by Jiri Denemark 4 years, 6 months ago
On Thu, Aug 29, 2019 at 17:55:41 -0300, Maxiwell S. Garcia wrote:
> 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

Both patches are pushed now. Thanks for the patient work.

Jirka

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