From: Andrew Jones <andrew.jones@linux.dev>
To: kvm-riscv@lists.infradead.org
Subject: [kvm-unit-tests PATCH 0/3] riscv: sbi: Add SUSP tests
Date: Thu, 24 Oct 2024 14:41:02 +0200 [thread overview]
Message-ID: <20241024124101.73405-5-andrew.jones@linux.dev> (raw)
Add tests for the SBI SUSP extension.
Based-on: https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv/sbi
Andrew Jones (3):
riscv: Implement setjmp/longjmp
riscv: sbi: Clean up env checking
riscv: sbi: Add SUSP tests
lib/riscv/asm/asm.h | 3 +
lib/riscv/asm/sbi.h | 1 +
lib/riscv/setjmp.S | 50 +++++++
lib/setjmp.h | 4 +
riscv/Makefile | 1 +
riscv/sbi-asm.S | 55 ++++++++
riscv/sbi-tests.h | 19 +++
riscv/sbi.c | 308 ++++++++++++++++++++++++++++++++++++++++----
8 files changed, 417 insertions(+), 24 deletions(-)
create mode 100644 lib/riscv/setjmp.S
--
2.47.0
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Jones <andrew.jones@linux.dev>
To: kvm@vger.kernel.org, kvm-riscv@lists.infradead.org
Cc: atishp@rivosinc.com, jamestiotio@gmail.com
Subject: [kvm-unit-tests PATCH 0/3] riscv: sbi: Add SUSP tests
Date: Thu, 24 Oct 2024 14:41:02 +0200 [thread overview]
Message-ID: <20241024124101.73405-5-andrew.jones@linux.dev> (raw)
Add tests for the SBI SUSP extension.
Based-on: https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv/sbi
Andrew Jones (3):
riscv: Implement setjmp/longjmp
riscv: sbi: Clean up env checking
riscv: sbi: Add SUSP tests
lib/riscv/asm/asm.h | 3 +
lib/riscv/asm/sbi.h | 1 +
lib/riscv/setjmp.S | 50 +++++++
lib/setjmp.h | 4 +
riscv/Makefile | 1 +
riscv/sbi-asm.S | 55 ++++++++
riscv/sbi-tests.h | 19 +++
riscv/sbi.c | 308 ++++++++++++++++++++++++++++++++++++++++----
8 files changed, 417 insertions(+), 24 deletions(-)
create mode 100644 lib/riscv/setjmp.S
--
2.47.0
next reply other threads:[~2024-10-24 12:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-24 12:41 Andrew Jones [this message]
2024-10-24 12:41 ` [kvm-unit-tests PATCH 0/3] riscv: sbi: Add SUSP tests Andrew Jones
2024-10-24 12:41 ` [kvm-unit-tests PATCH 1/3] riscv: Implement setjmp/longjmp Andrew Jones
2024-10-24 12:41 ` Andrew Jones
2024-10-24 12:41 ` [kvm-unit-tests PATCH 2/3] riscv: sbi: Clean up env checking Andrew Jones
2024-10-24 12:41 ` Andrew Jones
2024-11-06 12:23 ` Andrew Jones
2024-11-06 12:23 ` Andrew Jones
2024-10-24 12:41 ` [kvm-unit-tests PATCH 3/3] riscv: sbi: Add SUSP tests Andrew Jones
2024-10-24 12:41 ` Andrew Jones
2024-11-11 15:08 ` [kvm-unit-tests PATCH 0/3] " Andrew Jones
2024-11-11 15:08 ` Andrew Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241024124101.73405-5-andrew.jones@linux.dev \
--to=andrew.jones@linux.dev \
--cc=kvm-riscv@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.