From 7d7e7e2c197782ce06525b0a63cd43e452c3a711 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 27 Jan 2020 17:17:01 +0100 Subject: [PATCH] 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 --- 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 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