Re: [PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes

2025-06-09 Thread Miguel Luis
Hi Sebastian, Thanks in advance. > On 5 Jun 2025, at 10:36, Sebastian Ott wrote: > > Some small fixes for arch_timer_edge_cases that I stumbled upon > while debugging failures for this selftest on ampere-one. > I’ve tested this test under three circumstances: 1) Original (!HAS_EL2 && !HAS_EL

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