Re: [PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-06-11 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-05-19 Thread Kalra, Ashish
Hello Sean/Paolo, On 5/12/2025 11:46 PM, Gupta, Pankaj wrote: > On 5/13/2025 12:16 AM, Ashish Kalra wrote: >> From: Ashish Kalra >> >> During platform init, SNP initialization may fail for several reasons, >> such as firmware command failures and incompatible versions. However, >> the KVM capabil

Re: [PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-05-12 Thread Gupta, Pankaj
On 5/13/2025 12:16 AM, Ashish Kalra wrote: From: Ashish Kalra During platform init, SNP initialization may fail for several reasons, such as firmware command failures and incompatible versions. However, the KVM capability may continue to advertise support for it. The platform may have SNP enab

Re: [PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-05-12 Thread Paluri, PavanKumar
On 5/12/2025 5:16 PM, Ashish Kalra wrote: > From: Ashish Kalra > > During platform init, SNP initialization may fail for several reasons, > such as firmware command failures and incompatible versions. However, > the KVM capability may continue to advertise support for it. > > The platform may

[PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-05-12 Thread Ashish Kalra
From: Ashish Kalra During platform init, SNP initialization may fail for several reasons, such as firmware command failures and incompatible versions. However, the KVM capability may continue to advertise support for it. The platform may have SNP enabled but if SNP_INIT fails then SNP is not sup