[libvirt] [PATCH 0/4] snapshot: work towards external system checkpoint

Eric Blake eblake at redhat.com
Tue Sep 11 00:01:11 UTC 2012


I've previously posted 1/4, it is now rebased to latest and some
bugs fixed that I found while testing later patches:
https://www.redhat.com/archives/libvir-list/2012-August/msg01252.html

The other three are new.  My next snapshot task will be hooking up
external snapshots for an offline domain.

Eric Blake (4):
  snapshot: new XML for external system checkpoint
  snapshot: improve disk align checking
  snapshot: populate new XML info for qemu snapshots
  snapshot: merge pre-snapshot checks

 docs/formatsnapshot.html.in                        |  11 ++
 docs/schemas/domainsnapshot.rng                    |  23 ++++
 src/conf/snapshot_conf.c                           |  91 ++++++++++----
 src/conf/snapshot_conf.h                           |   4 +
 src/qemu/qemu_driver.c                             | 133 ++++++++++-----------
 tests/domainsnapshotxml2xmlin/external_vm.xml      |  10 ++
 tests/domainsnapshotxml2xmlin/noparent.xml         |   9 ++
 tests/domainsnapshotxml2xmlout/all_parameters.xml  |   1 +
 tests/domainsnapshotxml2xmlout/disk_snapshot.xml   |   1 +
 tests/domainsnapshotxml2xmlout/external_vm.xml     |  43 +++++++
 tests/domainsnapshotxml2xmlout/full_domain.xml     |   1 +
 tests/domainsnapshotxml2xmlout/metadata.xml        |   1 +
 tests/domainsnapshotxml2xmlout/noparent.xml        |   1 +
 .../noparent_nodescription.xml                     |   1 +
 .../noparent_nodescription_noactive.xml            |   1 +
 tests/domainsnapshotxml2xmltest.c                  |   1 +
 16 files changed, 241 insertions(+), 91 deletions(-)
 create mode 100644 tests/domainsnapshotxml2xmlin/external_vm.xml
 create mode 100644 tests/domainsnapshotxml2xmlin/noparent.xml
 create mode 100644 tests/domainsnapshotxml2xmlout/external_vm.xml

-- 
1.7.11.4




More information about the libvir-list mailing list