Re: [PATCH v2 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable
From: Andrew Jones
Date: Tue Mar 04 2025 - 04:07:22 EST
On Mon, Mar 03, 2025 at 02:53:09PM -0800, Atish Patra wrote:
> It is helpful to vary the number of the LCOFI interrupts generated
> by the overflow test. Allow additional argument for overflow test
> to accommodate that. It can be easily cross-validated with
> /proc/interrupts output in the host.
>
> Signed-off-by: Atish Patra <atishp@xxxxxxxxxxxx>
> ---
> tools/testing/selftests/kvm/riscv/sbi_pmu_test.c | 38 +++++++++++++++++++-----
> 1 file changed, 31 insertions(+), 7 deletions(-)
>
Reviewed-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>