Re: [PATCH v7 0/8] Move initializing SEV/SNP functionality to KVM
From: Paolo Bonzini
Date: Mon Apr 07 2025 - 03:59:02 EST
On Mon, Apr 7, 2025 at 7:06 AM Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote:
> > Ashish Kalra (8):
> > crypto: ccp: Abort doing SEV INIT if SNP INIT fails
> > crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
> > crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
> > crypto: ccp: Reset TMR size at SNP Shutdown
> > crypto: ccp: Register SNP panic notifier only if SNP is enabled
> > crypto: ccp: Add new SEV/SNP platform shutdown API
> > KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
> > crypto: ccp: Move SEV/SNP Platform initialization to KVM
> >
> > arch/x86/kvm/svm/sev.c | 12 ++
> > drivers/crypto/ccp/sev-dev.c | 245 +++++++++++++++++++++++++----------
> > include/linux/psp-sev.h | 3 +
> > 3 files changed, 194 insertions(+), 66 deletions(-)
> >
> > --
> > 2.34.1
>
> Patches 1-6 applied. Thanks.
Thanks, go ahead and apply 7-8 as well (or if you don't want to,
please provide a topic branch).
Paolo