From: Liam Merwick <liam.merwick@oracle.com>
To: Michael Roth <michael.roth@amd.com>, kvm@vger.kernel.org
Cc: linux-coco@lists.linux.dev, linux-kernel@vger.kernel.org,
pbonzini@redhat.com, seanjc@google.com, jroedel@suse.de,
thomas.lendacky@amd.com, huibo.wang@amd.com,
liam.merwick@oracle.com
Subject: Re: [PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
Date: Tue, 13 Jan 2026 12:23:50 +0000 [thread overview]
Message-ID: <df5734e6-c41e-4f3a-bc63-21e6b083fdc9@oracle.com> (raw)
In-Reply-To: <20260109231732.1160759-1-michael.roth@amd.com>
On 09/01/2026 23:17, Michael Roth wrote:
> This patchset is also available at:
>
> https://github.com/amdese/linux/commits/snp-certs-v7
>
> and is based on top of kvm/next (0499add8efd7)
>
>
> Overview
> --------
>
> The GHCB 2.0 specification defines 2 GHCB request types to allow SNP guests
> to send encrypted messages/requests to firmware: SNP Guest Requests and SNP
> Extended Guest Requests. These encrypted messages are used for things like
> servicing attestation requests issued by the guest. Implementing support for
> these is required to be fully GHCB-compliant.
>
(...)
>
> Changes since v6:
>
> * Incorporate documentation/comment suggestions from Sean, along with
> additional clarity/grammar fixups.
> * Don't define SNP_GUEST_VMM_ERR_GENERIC for general use within kernel,
> instead limit it to a KVM-specific choice of value in lieu of any
> formally-defined guest message return code for generic/undefined errors.
> * switch struct kvm_exit_snp_req_certs to using a 'gpa' argument instead
> of 'gfn' (Sean)
> * rebase to kvm/next, re-test, and collect R-b/T-b's
>
v7 also
Tested-by: Liam Merwick <liam.merwick@oracle.com>
(...)
>
> ----------------------------------------------------------------
> Michael Roth (2):
> KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
> KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
>
> Documentation/virt/kvm/api.rst | 44 ++++++++++++
> .../virt/kvm/x86/amd-memory-encryption.rst | 52 ++++++++++++++-
> arch/x86/include/uapi/asm/kvm.h | 2 +
> arch/x86/kvm/svm/sev.c | 78 ++++++++++++++++++++--
> arch/x86/kvm/svm/svm.h | 1 +
> include/uapi/linux/kvm.h | 9 +++
> 6 files changed, 179 insertions(+), 7 deletions(-)
>
>
>
next prev parent reply other threads:[~2026-01-13 12:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-09 23:17 Michael Roth
2026-01-09 23:17 ` [PATCH v7 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching Michael Roth
2026-01-23 17:17 ` Sean Christopherson
2026-01-09 23:17 ` [PATCH v7 2/2] KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command Michael Roth
2026-01-13 12:23 ` Liam Merwick [this message]
2026-02-04 0:10 ` [PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching Sean Christopherson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=df5734e6-c41e-4f3a-bc63-21e6b083fdc9@oracle.com \
--to=liam.merwick@oracle.com \
--cc=huibo.wang@amd.com \
--cc=jroedel@suse.de \
--cc=kvm@vger.kernel.org \
--cc=linux-coco@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=michael.roth@amd.com \
--cc=pbonzini@redhat.com \
--cc=seanjc@google.com \
--cc=thomas.lendacky@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®