Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-06-23 Thread Ganapatrao Kulkarni
On 6/19/2025 5:15 PM, Marc Zyngier wrote: > Also, running EL2 is the least of our worries, because that's pretty easy to deal with. It is running at EL1/0 when EL2 is present that is interesting, and I see no coverage on that front. Sorry, I did not get this comment fully. When we run selfte

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-06-19 Thread Marc Zyngier
On Thu, 19 Jun 2025 10:40:15 +0100, Ganapatrao Kulkarni wrote: > > > [Sorry for late reply] > > On 5/29/2025 5:18 PM, Marc Zyngier wrote: > > On Thu, 29 May 2025 11:29:58 +0100, > > Ganapatrao Kulkarni wrote: > >> > >> > >> Hi Eric, > >> > >> On 5/28/2025 6:58 PM, Eric Auger wrote: > >>> Hi

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-06-19 Thread Ganapatrao Kulkarni
[Sorry for late reply] On 5/29/2025 5:18 PM, Marc Zyngier wrote: On Thu, 29 May 2025 11:29:58 +0100, Ganapatrao Kulkarni wrote: Hi Eric, On 5/28/2025 6:58 PM, Eric Auger wrote: Hi Ganapatrao, On 5/12/25 12:52 PM, Ganapatrao Kulkarni wrote: This patch series makes the selftest work with

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-05-30 Thread Oliver Upton
Hi Ganapat, On Mon, May 12, 2025 at 03:52:42AM -0700, Ganapatrao Kulkarni wrote: > This patch series makes the selftest work with NV enabled. The guest code > is run in vEL2 instead of EL1. We add a command line option to enable > testing of NV. The NV tests are disabled by default. > > Modified

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-05-30 Thread Miguel Luis
Hi Ganapatrao, > On 12 May 2025, at 10:52, Ganapatrao Kulkarni > wrote: > > This patch series makes the selftest work with NV enabled. The guest code > is run in vEL2 instead of EL1. We add a command line option to enable > testing of NV. The NV tests are disabled by default. > The following

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-05-29 Thread Marc Zyngier
On Thu, 29 May 2025 11:29:58 +0100, Ganapatrao Kulkarni wrote: > > > Hi Eric, > > On 5/28/2025 6:58 PM, Eric Auger wrote: > > Hi Ganapatrao, > > > > On 5/12/25 12:52 PM, Ganapatrao Kulkarni wrote: > >> This patch series makes the selftest work with NV enabled. The guest code > >> is run in vEL

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-05-29 Thread Ganapatrao Kulkarni
Hi Eric, On 5/28/2025 6:58 PM, Eric Auger wrote: Hi Ganapatrao, On 5/12/25 12:52 PM, Ganapatrao Kulkarni wrote: This patch series makes the selftest work with NV enabled. The guest code is run in vEL2 instead of EL1. We add a command line option to enable testing of NV. The NV tests are disa

Re: [RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests

2025-05-28 Thread Eric Auger
Hi Ganapatrao, On 5/12/25 12:52 PM, Ganapatrao Kulkarni wrote: > This patch series makes the selftest work with NV enabled. The guest code > is run in vEL2 instead of EL1. We add a command line option to enable > testing of NV. The NV tests are disabled by default. For commodity, I would add in t