]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: domaincaps: Mention VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA
authorPeter Krempa <pkrempa@redhat.com>
Mon, 27 Jan 2020 16:17:01 +0000 (17:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 4 Feb 2020 13:27:05 +0000 (14:27 +0100)
The flag for the virDomainUndefine API is supported even if we report
that <backup supported='no'/>. Mention it in the docs.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/formatdomaincaps.html.in

index aa4dece220e0ee532d81ef62f6db9272754ffbbc..66e758501b5d19025a396bb06ecb3ebdd19deff7 100644 (file)
 
     <p>Reports whether the hypervisor supports the backup, checkpoint, and
     related features. (<code>virDomainBackupBegin</code>,
-    <code>virDomainCheckpointCreateXML</code> etc).
+    <code>virDomainCheckpointCreateXML</code> etc). The presence of the
+    <code>backup</code> element even if <code>supported='no'</code> implies that
+    the <code>VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA</code> flag for
+    <code>virDomainUndefine</code> is supported.
     </p>
 
     <h4><a id="elementsSEV">SEV capabilities</a></h4>