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

2019-03-26 Thread Daniel P . Berrangé
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

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

2019-03-26 Thread Eric Blake
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 --- docs/docs.html.in