public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/3] riscv: sbi: Add support to test HSM extension
@ 2024-08-10 17:57 James Raphael Tiovalen
  2024-08-10 17:57 ` [kvm-unit-tests PATCH 1/3] riscv: sbi: Add IPI extension support James Raphael Tiovalen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: James Raphael Tiovalen @ 2024-08-10 17:57 UTC (permalink / raw)
  To: kvm, kvm-riscv; +Cc: andrew.jones, atishp, cade.richard, James Raphael Tiovalen

This patch series adds support for testing all 4 functions of the HSM
extension as defined in the RISC-V SBI specification. The first 2
patches add some helper routines to prepare for the HSM test, while the
last patch adds the actual test for the HSM extension.

James Raphael Tiovalen (3):
  riscv: sbi: Add IPI extension support
  riscv: sbi: Add HSM extension functions
  riscv: sbi: Add tests for HSM extension

 riscv/Makefile      |   7 +-
 lib/riscv/asm/sbi.h |  23 ++++
 lib/riscv/sbi.c     |  15 +++
 riscv/sbi-asm.S     |  38 ++++++
 riscv/sbi.c         | 285 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 365 insertions(+), 3 deletions(-)
 create mode 100644 riscv/sbi-asm.S

--
2.43.0


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

end of thread, other threads:[~2024-08-12 14:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 17:57 [kvm-unit-tests PATCH 0/3] riscv: sbi: Add support to test HSM extension James Raphael Tiovalen
2024-08-10 17:57 ` [kvm-unit-tests PATCH 1/3] riscv: sbi: Add IPI extension support James Raphael Tiovalen
2024-08-12 10:55   ` Andrew Jones
2024-08-10 17:57 ` [kvm-unit-tests PATCH 2/3] riscv: sbi: Add HSM extension functions James Raphael Tiovalen
2024-08-12 10:58   ` Andrew Jones
2024-08-10 17:57 ` [kvm-unit-tests PATCH 3/3] riscv: sbi: Add tests for HSM extension James Raphael Tiovalen
2024-08-12 12:45   ` Andrew Jones
2024-08-12 14:21 ` [kvm-unit-tests PATCH 0/3] riscv: sbi: Add support to test " Andrew Jones

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