public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/3] riscv: sbi: Add support to test timer extension
@ 2024-07-07 10:10 James Raphael Tiovalen
  2024-07-07 10:10 ` [kvm-unit-tests PATCH v2 1/3] riscv: Extend exception handling support for interrupts James Raphael Tiovalen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: James Raphael Tiovalen @ 2024-07-07 10:10 UTC (permalink / raw)
  To: kvm, kvm-riscv; +Cc: andrew.jones, atishp, cade.richard, James Raphael Tiovalen

This patch series adds support for testing the timer extension as
defined in the RISC-V SBI specification. The first 2 patches add
infrastructural support for handling interrupts, while the last patch
adds the actual test for the timer extension.

v2:
- Addressed all of the previous comments from Andrew.
- Updated the test to get the timer frequency value from the device tree
  and allow the test parameters to be specified in microseconds instead of
  cycles.

Andrew Jones (1):
  riscv: Extend exception handling support for interrupts

James Raphael Tiovalen (2):
  riscv: Update exception cause list
  riscv: sbi: Add test for timer extension

 lib/riscv/asm/csr.h       |  23 +++++++++
 lib/riscv/asm/processor.h |  15 +++++-
 lib/riscv/asm/sbi.h       |   5 ++
 lib/riscv/asm/setup.h     |   1 +
 lib/riscv/asm/timer.h     |  30 +++++++++++
 lib/riscv/processor.c     |  32 ++++++++++--
 lib/riscv/setup.c         |  24 +++++++++
 riscv/sbi.c               | 106 ++++++++++++++++++++++++++++++++++++++
 8 files changed, 231 insertions(+), 5 deletions(-)
 create mode 100644 lib/riscv/asm/timer.h

--
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-15 23:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-07 10:10 [kvm-unit-tests PATCH v2 0/3] riscv: sbi: Add support to test timer extension James Raphael Tiovalen
2024-07-07 10:10 ` [kvm-unit-tests PATCH v2 1/3] riscv: Extend exception handling support for interrupts James Raphael Tiovalen
2024-07-07 10:10 ` [kvm-unit-tests PATCH v2 2/3] riscv: Update exception cause list James Raphael Tiovalen
2024-07-15 22:42   ` Andrew Jones
2024-07-07 10:10 ` [kvm-unit-tests PATCH v2 3/3] riscv: sbi: Add test for timer extension James Raphael Tiovalen
2024-07-07 11:24   ` James R T
2024-07-15 23:38   ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox