From: Janosch Frank <frankja@linux.ibm.com>
To: kvm@vger.kernel.org
Cc: thuth@redhat.com, imbrenda@linux.ibm.com, nrb@linux.ibm.com
Subject: [kvm-unit-tests PATCH v2 0/3] s390x: Add PV SIE intercepts and ipl tests
Date: Fri, 24 Mar 2023 12:04:28 +0000 [thread overview]
Message-ID: <20230324120431.20260-1-frankja@linux.ibm.com> (raw)
Extend the coverage of the UVC interface.
The patches might be a bit dusty, they've been on a branch for a while.
v2:
- Re-worked the cpu timer tests
- Testing both pages for 112 intercept
- Added skip on insufficient memory
- Fixed comments in pv-ipl.c
Janosch Frank (3):
lib: s390x: Introduce UV validity function
s390x: pv: Test sie entry intercepts and validities
s390x: pv: Add IPL reset tests
lib/s390x/uv.h | 7 +
s390x/Makefile | 7 +
s390x/pv-icptcode.c | 403 ++++++++++++++++++
s390x/pv-ipl.c | 246 +++++++++++
s390x/snippets/asm/snippet-loop.S | 12 +
s390x/snippets/asm/snippet-pv-diag-308.S | 67 +++
s390x/snippets/asm/snippet-pv-icpt-112.S | 77 ++++
s390x/snippets/asm/snippet-pv-icpt-loop.S | 15 +
.../snippets/asm/snippet-pv-icpt-vir-timing.S | 22 +
9 files changed, 856 insertions(+)
create mode 100644 s390x/pv-icptcode.c
create mode 100644 s390x/pv-ipl.c
create mode 100644 s390x/snippets/asm/snippet-loop.S
create mode 100644 s390x/snippets/asm/snippet-pv-diag-308.S
create mode 100644 s390x/snippets/asm/snippet-pv-icpt-112.S
create mode 100644 s390x/snippets/asm/snippet-pv-icpt-loop.S
create mode 100644 s390x/snippets/asm/snippet-pv-icpt-vir-timing.S
--
2.34.1
next reply other threads:[~2023-03-24 12:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-24 12:04 Janosch Frank [this message]
2023-03-24 12:04 ` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Introduce UV validity function Janosch Frank
2023-03-24 12:24 ` Nico Boehr
2023-03-28 14:44 ` Claudio Imbrenda
2023-03-24 12:04 ` [kvm-unit-tests PATCH v2 2/3] s390x: pv: Test sie entry intercepts and validities Janosch Frank
2023-03-28 15:52 ` Claudio Imbrenda
2023-03-24 12:04 ` [kvm-unit-tests PATCH v2 3/3] s390x: pv: Add IPL reset tests Janosch Frank
2023-03-28 16:37 ` Claudio Imbrenda
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=20230324120431.20260-1-frankja@linux.ibm.com \
--to=frankja@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=nrb@linux.ibm.com \
--cc=thuth@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox