From 6a852bbf144600e756877ae98736e214a8e8d0cb Mon Sep 17 00:00:00 2001 Message-Id: <6a852bbf144600e756877ae98736e214a8e8d0cb@dist-git> From: Peter Krempa Date: Tue, 4 Feb 2020 15:08:28 +0100 Subject: [PATCH] docs: domaincaps: Mention VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 7d7e7e2c197782ce06525b0a63cd43e452c3a711) https://bugzilla.redhat.com/show_bug.cgi?id=1207659 Message-Id: Reviewed-by: Ján Tomko --- docs/formatdomaincaps.html.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in index 6bf7a1c17a..2ac8632c69 100644 --- a/docs/formatdomaincaps.html.in +++ b/docs/formatdomaincaps.html.in @@ -565,7 +565,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

-- 2.25.0