44 lines
1.7 KiB
Diff
44 lines
1.7 KiB
Diff
From 6a852bbf144600e756877ae98736e214a8e8d0cb Mon Sep 17 00:00:00 2001
|
|
Message-Id: <6a852bbf144600e756877ae98736e214a8e8d0cb@dist-git>
|
|
From: Peter Krempa <pkrempa@redhat.com>
|
|
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 <backup supported='no'/>. Mention it in the docs.
|
|
|
|
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
|
|
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
|
|
(cherry picked from commit 7d7e7e2c197782ce06525b0a63cd43e452c3a711)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1207659
|
|
Message-Id: <bfb56ef76cee8e5e3698df9d7deceb93e5c83b97.1580824112.git.pkrempa@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
---
|
|
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 @@
|
|
|
|
<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>
|
|
--
|
|
2.25.0
|
|
|