Re: [PATCH v3 0/3] RISC-V KVM selftests improvements

2025-05-01 Thread Anup Patel
On Wed, Apr 30, 2025 at 1:46 PM Atish Patra wrote: > > This series improves the following tests. > 1. Get-reg-list : Adds vector support > 2. SBI PMU test : Distinguish between different types of illegal exception > > The first patch is just helper patch that adds stval support during > exception

[PATCH v3 0/3] RISC-V KVM selftests improvements

2025-04-30 Thread Atish Patra
This series improves the following tests. 1. Get-reg-list : Adds vector support 2. SBI PMU test : Distinguish between different types of illegal exception The first patch is just helper patch that adds stval support during exception handling. Signed-off-by: Atish Patra --- Changes in v3: - Dropp