[libvirt] [PATCH v6 5/9] backup: Document new XML for checkpoints

Daniel P. Berrangé berrange at redhat.com
Tue Mar 26 17:12:36 UTC 2019


On Tue, Mar 26, 2019 at 01:13:49AM -0500, Eric Blake wrote:
> Prepare for new checkpoint APIs by describing the XML that will
> represent a checkpoint.  The checkpoint XML is modeled heavily after
> virDomainSnapshotPtr. (See the docs for more details).
> 
> Add testsuite coverage for some minimal uses of the XML.
> 
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>  docs/docs.html.in                           |   3 +-
>  docs/format.html.in                         |   1 +
>  docs/formatcheckpoint.html.in               | 202 ++++++++++++++++++++
>  docs/index.html.in                          |   3 +-
>  docs/schemas/domaincheckpoint.rng           |  94 +++++++++
>  libvirt.spec.in                             |   1 +
>  mingw-libvirt.spec.in                       |   2 +
>  tests/Makefile.am                           |   2 +
>  tests/domaincheckpointxml2xmlin/empty.xml   |   1 +
>  tests/domaincheckpointxml2xmlin/sample.xml  |   7 +
>  tests/domaincheckpointxml2xmlout/empty.xml  |  10 +
>  tests/domaincheckpointxml2xmlout/sample.xml |  16 ++
>  tests/virschematest.c                       |   2 +
>  13 files changed, 342 insertions(+), 2 deletions(-)
>  create mode 100644 docs/formatcheckpoint.html.in
>  create mode 100644 docs/schemas/domaincheckpoint.rng
>  create mode 100644 tests/domaincheckpointxml2xmlin/empty.xml
>  create mode 100644 tests/domaincheckpointxml2xmlin/sample.xml
>  create mode 100644 tests/domaincheckpointxml2xmlout/empty.xml
>  create mode 100644 tests/domaincheckpointxml2xmlout/sample.xml

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list