Re: [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-02-24 Thread Tom Lendacky
On 2/21/25 15:01, Pratik R. Sampat wrote: > 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. Export this > information to KVM and withdraw SEV

Re: [PATCH v2 00/13] cpumask: cleanup cpumask_next_wrap() implementation and usage

2025-02-24 Thread Michael S. Tsirkin
On Tue, Jan 28, 2025 at 11:46:29AM -0500, Yury Norov wrote: > cpumask_next_wrap() is overly complicated, comparing to it's generic > version find_next_bit_wrap(), not mentioning it duplicates the above. > It roots to the times when the function was used in the implementation > of for_each_cpu_wrap(

Re: [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure

2025-02-24 Thread Liam Merwick
On 21/02/2025 21:01, Pratik R. Sampat wrote: 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. Export this information to KVM and withdraw SEV