Blame SOURCES/libvirt-docs-domaincaps-Mention-VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA.patch

d76c62
From 6a852bbf144600e756877ae98736e214a8e8d0cb Mon Sep 17 00:00:00 2001
d76c62
Message-Id: <6a852bbf144600e756877ae98736e214a8e8d0cb@dist-git>
d76c62
From: Peter Krempa <pkrempa@redhat.com>
d76c62
Date: Tue, 4 Feb 2020 15:08:28 +0100
d76c62
Subject: [PATCH] docs: domaincaps: Mention
d76c62
 VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA
d76c62
MIME-Version: 1.0
d76c62
Content-Type: text/plain; charset=UTF-8
d76c62
Content-Transfer-Encoding: 8bit
d76c62
d76c62
The flag for the virDomainUndefine API is supported even if we report
d76c62
that <backup supported='no'/>. Mention it in the docs.
d76c62
d76c62
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
d76c62
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
d76c62
(cherry picked from commit 7d7e7e2c197782ce06525b0a63cd43e452c3a711)
d76c62
d76c62
https://bugzilla.redhat.com/show_bug.cgi?id=1207659
d76c62
Message-Id: <bfb56ef76cee8e5e3698df9d7deceb93e5c83b97.1580824112.git.pkrempa@redhat.com>
d76c62
Reviewed-by: Ján Tomko <jtomko@redhat.com>
d76c62
---
d76c62
 docs/formatdomaincaps.html.in | 5 ++++-
d76c62
 1 file changed, 4 insertions(+), 1 deletion(-)
d76c62
d76c62
diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in
d76c62
index 6bf7a1c17a..2ac8632c69 100644
d76c62
--- a/docs/formatdomaincaps.html.in
d76c62
+++ b/docs/formatdomaincaps.html.in
d76c62
@@ -565,7 +565,10 @@
d76c62
 
d76c62
     

Reports whether the hypervisor supports the backup, checkpoint, and

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

d76c62
 
d76c62
     

SEV capabilities

d76c62
-- 
d76c62
2.25.0
d76c62