Re: [PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests

2024-02-17 Thread Haibo Xu
On Mon, Feb 12, 2024 at 8:24 PM Anup Patel wrote: > > On Mon, Jan 22, 2024 at 3:15 PM Haibo Xu wrote: > > > > The RISC-V arch_timer selftests is used to validate Sstc timer > > functionality in a guest, which sets up periodic timer interrupts > > and check the basic interrupt status upon its

Re: [PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests

2024-02-12 Thread Anup Patel
On Mon, Jan 22, 2024 at 3:15 PM Haibo Xu wrote: > > The RISC-V arch_timer selftests is used to validate Sstc timer > functionality in a guest, which sets up periodic timer interrupts > and check the basic interrupt status upon its receipt. > > This KVM selftests was ported from aarch64 arch_timer

Re: [PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests

2024-02-05 Thread Haibo Xu
On Tue, Feb 6, 2024 at 12:24 AM Marc Zyngier wrote: > > On Mon, 05 Feb 2024 13:10:26 +, > Haibo Xu wrote: > > > > Hi Marc, > > > > Could you help review the first 3 patches in this series? > > For these 3 patches: > > Reviewed-by: Marc Zyngier > Thanks for the review! > Thanks, > >

Re: [PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests

2024-02-05 Thread Marc Zyngier
On Mon, 05 Feb 2024 13:10:26 +, Haibo Xu wrote: > > Hi Marc, > > Could you help review the first 3 patches in this series? For these 3 patches: Reviewed-by: Marc Zyngier Thanks, M. -- Without deviation from the norm, progress is not possible.

Re: [PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests

2024-02-05 Thread Haibo Xu
Hi Marc, Could you help review the first 3 patches in this series? Thanks, Haibo On Mon, Jan 22, 2024 at 5:45 PM Haibo Xu wrote: > > The RISC-V arch_timer selftests is used to validate Sstc timer > functionality in a guest, which sets up periodic timer interrupts > and check the basic

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests

2024-01-22 Thread Haibo Xu
The RISC-V arch_timer selftests is used to validate Sstc timer functionality in a guest, which sets up periodic timer interrupts and check the basic interrupt status upon its receipt. This KVM selftests was ported from aarch64 arch_timer and tested with Linux v6.7-rc8 on a Qemu riscv64 virt