Re: [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling

2025-04-29 Thread Andrew Jones
On Mon, Apr 28, 2025 at 03:47:47PM -0700, Atish Patra wrote: > > On 4/25/25 6:50 AM, Andrew Jones wrote: > > On Mon, Mar 24, 2025 at 05:40:29PM -0700, Atish Patra wrote: > > > Save stval during exception handling so that it can be decoded to > > > figure out the details of exception type. > > > >

Re: [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling

2025-04-28 Thread Atish Patra
On 4/25/25 6:50 AM, Andrew Jones wrote: On Mon, Mar 24, 2025 at 05:40:29PM -0700, Atish Patra wrote: Save stval during exception handling so that it can be decoded to figure out the details of exception type. Signed-off-by: Atish Patra --- tools/testing/selftests/kvm/include/riscv/processo

Re: [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling

2025-04-25 Thread Andrew Jones
On Mon, Mar 24, 2025 at 05:40:29PM -0700, Atish Patra wrote: > Save stval during exception handling so that it can be decoded to > figure out the details of exception type. > > Signed-off-by: Atish Patra > --- > tools/testing/selftests/kvm/include/riscv/processor.h | 1 + > tools/testing/selftes

Re: [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling

2025-04-25 Thread Anup Patel
On Tue, Mar 25, 2025 at 6:10 AM Atish Patra wrote: > > Save stval during exception handling so that it can be decoded to > figure out the details of exception type. > > Signed-off-by: Atish Patra LGTM. Reviewed-by: Anup Patel Regards, Anup > --- > tools/testing/selftests/kvm/include/riscv/p

[PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling

2025-03-24 Thread Atish Patra
Save stval during exception handling so that it can be decoded to figure out the details of exception type. Signed-off-by: Atish Patra --- tools/testing/selftests/kvm/include/riscv/processor.h | 1 + tools/testing/selftests/kvm/lib/riscv/handlers.S | 2 ++ 2 files changed, 3 insertions(+)