From: Peter Krempa Date: Mon, 27 Jan 2020 16:17:01 +0000 (+0100) Subject: docs: domaincaps: Mention VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA X-Git-Tag: v6.1.0-rc1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7e7e2c197782ce06525b0a63cd43e452c3a711;p=thirdparty%2Flibvirt.git docs: domaincaps: Mention VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA The flag for the virDomainUndefine API is supported even if we report that . Mention it in the docs. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina --- diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in index aa4dece220..66e758501b 100644 --- a/docs/formatdomaincaps.html.in +++ b/docs/formatdomaincaps.html.in @@ -566,7 +566,10 @@

Reports whether the hypervisor supports the backup, checkpoint, and related features. (virDomainBackupBegin, - virDomainCheckpointCreateXML etc). + virDomainCheckpointCreateXML etc). The presence of the + backup element even if supported='no' implies that + the VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA flag for + virDomainUndefine is supported.

SEV capabilities