Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-06 Thread Kalra, Ashish
Hello Sean, On 5/5/2025 7:56 PM, Sean Christopherson wrote: > On Mon, May 05, 2025, Ashish Kalra wrote: >> On 5/5/2025 6:15 PM, Sean Christopherson wrote: >>> @@ -3067,12 +3075,6 @@ void __init sev_hardware_setup(void) >>> >>> if (!sev_enabled) >>> return; >>> - >>> -

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-06 Thread Sean Christopherson
On Mon, May 05, 2025, Pratik R. Sampat wrote: > On 5/5/2025 6:15 PM, Sean Christopherson wrote: > > On Mon, May 05, 2025, Pratik R. Sampat wrote: > > Argh, now I remember the issue. But _sev_platform_init_locked() returns > > '0' if > > psp_init_on_probe is true, and I don't see how deferring >

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-05 Thread Pratik R. Sampat
On 5/5/2025 6:15 PM, Sean Christopherson wrote: > On Mon, May 05, 2025, Pratik R. Sampat wrote: >> Hi Sean, >> >> On 5/2/25 4:50 PM, Sean Christopherson wrote: >>> On Wed, 05 Mar 2025 16:59:50 -0600, Pratik R. Sampat wrote: This patch series extends the sev_init2 and the sev_smoke test to >

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-05 Thread Sean Christopherson
On Mon, May 05, 2025, Ashish Kalra wrote: > On 5/5/2025 6:15 PM, Sean Christopherson wrote: > > @@ -3067,12 +3075,6 @@ void __init sev_hardware_setup(void) > > > > if (!sev_enabled) > > return; > > - > > - /* > > -* Do both SNP and SEV initialization at KVM m

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-05 Thread Kalra, Ashish
Hello Sean, On 5/5/2025 6:15 PM, Sean Christopherson wrote: > On Mon, May 05, 2025, Pratik R. Sampat wrote: >> Hi Sean, >> >> On 5/2/25 4:50 PM, Sean Christopherson wrote: >>> On Wed, 05 Mar 2025 16:59:50 -0600, Pratik R. Sampat wrote: This patch series extends the sev_init2 and the sev_smoke

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-05 Thread Sean Christopherson
On Mon, May 05, 2025, Pratik R. Sampat wrote: > Hi Sean, > > On 5/2/25 4:50 PM, Sean Christopherson wrote: > > On Wed, 05 Mar 2025 16:59:50 -0600, Pratik R. Sampat wrote: > >> This patch series extends the sev_init2 and the sev_smoke test to > >> exercise the SEV-SNP VM launch workflow. > >> > >>

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-05 Thread Pratik R. Sampat
Hi Sean, On 5/2/25 4:50 PM, Sean Christopherson wrote: > On Wed, 05 Mar 2025 16:59:50 -0600, Pratik R. Sampat wrote: >> This patch series extends the sev_init2 and the sev_smoke test to >> exercise the SEV-SNP VM launch workflow. >> >> Primarily, it introduces the architectural defines, its suppor

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-05-02 Thread Sean Christopherson
On Wed, 05 Mar 2025 16:59:50 -0600, Pratik R. Sampat wrote: > This patch series extends the sev_init2 and the sev_smoke test to > exercise the SEV-SNP VM launch workflow. > > Primarily, it introduces the architectural defines, its support in the > SEV library and extends the tests to interact with

Re: [PATCH v8 00/10] Basic SEV-SNP Selftests

2025-04-03 Thread Pratik R. Sampat
A very gentle ping on this series. Thanks Pratik On 3/5/25 4:59 PM, Pratik R. Sampat wrote: This patch series extends the sev_init2 and the sev_smoke test to exercise the SEV-SNP VM launch workflow. Primarily, it introduces the architectural defines, its support in the SEV library and extends

[PATCH v8 00/10] Basic SEV-SNP Selftests

2025-03-05 Thread Pratik R. Sampat
This patch series extends the sev_init2 and the sev_smoke test to exercise the SEV-SNP VM launch workflow. Primarily, it introduces the architectural defines, its support in the SEV library and extends the tests to interact with the SEV-SNP ioctl() wrappers. Patch 1 - Do not advertise SNP on ini