From nobody Wed May 8 18:19:55 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) client-ip=205.139.110.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by mx.zohomail.com with SMTPS id 1580147898774125.96263202824264; Mon, 27 Jan 2020 09:58:18 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-244-nWx-zS6vP4-xcA8rcbeB5Q-1; Mon, 27 Jan 2020 12:58:15 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2036B8024D8; Mon, 27 Jan 2020 17:58:10 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 83C9E60C05; Mon, 27 Jan 2020 17:58:08 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 2212E18034E9; Mon, 27 Jan 2020 17:58:07 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 00RHw5I0011780 for ; Mon, 27 Jan 2020 12:58:05 -0500 Received: by smtp.corp.redhat.com (Postfix) id AD5AF3DA3; Mon, 27 Jan 2020 17:58:05 +0000 (UTC) Received: from angien.redhat.com (unknown [10.43.2.48]) by smtp.corp.redhat.com (Postfix) with ESMTP id 376C419C58 for ; Mon, 27 Jan 2020 17:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580147897; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=+/2lWoFBEnEXQtKLy5lnHTRZjQkd+vzL87JHG0CH5Gc=; b=eoAnz40i7u9MpO+j0T7HHnShKxoaI0UHwIblYtQ1i0G9XiQx6v7V+kqrUo/KYw8VxTp4iA UwnQklYtEurXkdsJO/4BBf0nzb476Hrhm0mOxFje206NRoBUr9MzmFHxTordKNWlmnjgr7 yTHBpx/d8lqm9erGcmAAJMzKpQENZGY= From: Peter Krempa To: libvir-list@redhat.com Subject: [PATCH] docs: domaincaps: Mention VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA Date: Mon, 27 Jan 2020 18:58:01 +0100 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: nWx-zS6vP4-xcA8rcbeB5Q-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" 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=3D'no' impl= ies that + the VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA flag for + virDomainUndefine is supported.

SEV capabilities

--=20 2.24.1