From nobody Wed May 8 06:15:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1558696721; cv=none; d=zoho.com; s=zohoarc; b=CXKd6vVgM5uR0fJMk1W6tan+LeIzQv4GCCu/3F2Df5Id3z/bcTjFZ3kuDgnct8anT7lnx81TPWJR0dpOYKeN46kq6O5L3dcFf1Ocdrf/FIC8wdAuBWzH0FP39g/s8u2wB4PGVNfy+2ye6cIeTlEuwp9EEjc8NnRzN+e4UErW2No= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558696721; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=d5EzP4qSGSqVaj2N9ofyEGzWxgM6cMxsYxDRN7qHUdQ=; b=J5mFTzOF7MYHl3vMVzVS2Rdznuo59+8emkutMGbcmwsZBSfoxyepjp3MVfu+7iO79Jr3xWvRyz37rkzPKDTdQZsH33syaVcBH77I6a9NC8t99ECIknLeiMxdLvOFMt27GfeTIup1UhofHSBupdiqGAv9zWjuQNKLt8MmPM7x09U= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1558696721456324.31356650309147; Fri, 24 May 2019 04:18:41 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2B93E8667E; Fri, 24 May 2019 11:18:39 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7631E63B8A; Fri, 24 May 2019 11:18:37 +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 BC7E1C57C; Fri, 24 May 2019 11:18:34 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x4OBIXc1003324 for ; Fri, 24 May 2019 07:18:33 -0400 Received: by smtp.corp.redhat.com (Postfix) id B81CE6841A; Fri, 24 May 2019 11:18:33 +0000 (UTC) Received: from beluga.usersys.redhat.com (unknown [10.43.2.166]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1762360C62; Fri, 24 May 2019 11:18:30 +0000 (UTC) From: Erik Skultety To: libvir-list@redhat.com Date: Fri, 24 May 2019 13:18:27 +0200 Message-Id: <18217319ded77608d78cf1c5f9e7f0a824c36fa6.1558696701.git.eskultet@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Erik Skultety Subject: [libvirt] [PATCH] docs: Link the relevant SEV formatdomain section from formatdomaincaps 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: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 24 May 2019 11:18:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" formatdomaincaps.html provides explanation of SEV fields, but doesn't link to the domain XML docs to show how it can be actually used in libvirt. Signed-off-by: Erik Skultety --- docs/formatdomaincaps.html.in | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in index b31b1729f4..432d7aed5e 100644 --- a/docs/formatdomaincaps.html.in +++ b/docs/formatdomaincaps.html.in @@ -514,10 +514,19 @@ encrypted with a key unique to that VM.

=20

- For more details on SEV feature see: - - SEV API spec and SEV API spec + +

+ SEV White Paper +
+
+ SEV in domain XML +
+

=20
--=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list