Re: [PATCH] KVM: riscv: selftests: Add SBI base extension test

2024-04-06 Thread Haibo Xu
On Sun, Apr 7, 2024 at 12:45 PM Anup Patel wrote: > > On Sun, Apr 7, 2024 at 8:11 AM Haibo Xu wrote: > > > > On Tue, Apr 2, 2024 at 10:12 PM Andrew Jones > > wrote: > > > > > > On Mon, Apr 01, 2024 at 04:20:18PM +0800, Haibo Xu wrote: > > > > This is the first patch to enable the base extension

Re: [PATCH] KVM: riscv: selftests: Add SBI base extension test

2024-04-06 Thread Anup Patel
On Sun, Apr 7, 2024 at 8:11 AM Haibo Xu wrote: > > On Tue, Apr 2, 2024 at 10:12 PM Andrew Jones wrote: > > > > On Mon, Apr 01, 2024 at 04:20:18PM +0800, Haibo Xu wrote: > > > This is the first patch to enable the base extension selftest > > > for the SBI implementation in KVM. Test for other exte

Re: [PATCH] KVM: riscv: selftests: Add SBI base extension test

2024-04-06 Thread Haibo Xu
On Tue, Apr 2, 2024 at 10:12 PM Andrew Jones wrote: > > On Mon, Apr 01, 2024 at 04:20:18PM +0800, Haibo Xu wrote: > > This is the first patch to enable the base extension selftest > > for the SBI implementation in KVM. Test for other extensions > > will be added later. > > I'm not sure we want SBI

Re: [PATCH] KVM: riscv: selftests: Add SBI base extension test

2024-04-02 Thread Andrew Jones
On Mon, Apr 01, 2024 at 04:20:18PM +0800, Haibo Xu wrote: > This is the first patch to enable the base extension selftest > for the SBI implementation in KVM. Test for other extensions > will be added later. I'm not sure we want SBI tests in KVM selftests since we already plan to add them to kvm-u

[PATCH] KVM: riscv: selftests: Add SBI base extension test

2024-04-01 Thread Haibo Xu
This is the first patch to enable the base extension selftest for the SBI implementation in KVM. Test for other extensions will be added later. Signed-off-by: Haibo Xu --- tools/testing/selftests/kvm/Makefile | 1 + .../selftests/kvm/include/riscv/processor.h | 8 +- tools/testing/s