Linux s390 Architecture development
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v5 0/6] s390x: Add test for STFLE interpretive execution (format-2)
@ 2026-04-28  8:15 Christoph Schlameuss
  2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 1/6] s390x: snippets: Add reset_guest() to lib Christoph Schlameuss
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Christoph Schlameuss @ 2026-04-28  8:15 UTC (permalink / raw)
  To: linux-s390, kvm
  Cc: Janosch Frank, Claudio Imbrenda, Nico Böhr,
	David Hildenbrand, Thomas Huth, Nina Schoetterl-Glausch,
	Christoph Schlameuss

Test the shadowing of format-2 facility list when running in VSIE.

The tests will skip the format 2 tests
* if running with unpatched kernels or qemu in G1 or G2
* if running on machines prior IBM z16 GA1 (where ASTFLEIE2 is not
  available)

---
The original series was started by Nina and finished by me.

---
Changes in v5:
- readd reading the astfleie1 feature bit. Thanks Janosch

Changes in v4:
- check feature bit presence before reading feature bits
- revert sclp_facilities_setup() early returns

Changes in v3:
- Remove unnecessary format loop in test_stfle_format_0() - formats are
  already addressed explicitly
- Added patch to use sclp_feat_check directly for DIAG318
- Add no-stfle prefix to improve test log
- Move prefixes to main() to have prefixes in no-stfle checks

Changes in v2:
- Rework sclp_facilities_setup()
- Removed explicit manual padding from struct sclp_facilities

---
Christoph Schlameuss (4):
      s390x: sclp: Remove unnecessary padding from struct sclp_facilities
      s390x: sclp: Check sclp byte before reading feature bits
      s390x: sclp: Use sclp_feat_check directly to read DIAG318 feature bit
      s390x: Add test for STFLE interpretive execution (format-2)

Nina Schoetterl-Glausch (2):
      s390x: snippets: Add reset_guest() to lib
      s390x: sclp: Add detection of alternate STFLE facilities

 lib/s390x/sclp.c    |  8 ++++--
 lib/s390x/sclp.h    |  8 +++---
 lib/s390x/sie.c     | 11 ++++++++
 lib/s390x/sie.h     |  1 +
 lib/s390x/snippet.h |  6 +++++
 s390x/spec_ex-sie.c | 10 ++------
 s390x/stfle-sie.c   | 72 +++++++++++++++++++++++++++++++++++++++++++++++++----
 7 files changed, 98 insertions(+), 18 deletions(-)
---
base-commit: ea91ac1763561b23e7eba3f7c1fa3d45f29b89be
change-id: 20260202-vsie-stfle-fac-403e4467d8e2
prerequisite-change-id: 20260423-b4-cmdline-a812ed022659:v2
prerequisite-patch-id: a4f8fe5f0bfda36807ec96fce6497f3c343553fa
prerequisite-patch-id: b63bd69e2333a37621826d6a5f17ff351c94b9fa
prerequisite-patch-id: 590688853b16bb736963593be0d0e4adc81e309f
prerequisite-patch-id: a156d54bf3a24dee421f0a6b34065cb3536affc8

Best regards,
-- 
Christoph Schlameuss <schlameuss@linux.ibm.com>


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

end of thread, other threads:[~2026-05-11  8:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28  8:15 [kvm-unit-tests PATCH v5 0/6] s390x: Add test for STFLE interpretive execution (format-2) Christoph Schlameuss
2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 1/6] s390x: snippets: Add reset_guest() to lib Christoph Schlameuss
2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 2/6] s390x: sclp: Remove unnecessary padding from struct sclp_facilities Christoph Schlameuss
2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 3/6] s390x: sclp: Check sclp byte before reading feature bits Christoph Schlameuss
2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 4/6] s390x: sclp: Use sclp_feat_check directly to read DIAG318 feature bit Christoph Schlameuss
2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 5/6] s390x: sclp: Add detection of alternate STFLE facilities Christoph Schlameuss
2026-05-11  8:37   ` Janosch Frank
2026-04-28  8:15 ` [kvm-unit-tests PATCH v5 6/6] s390x: Add test for STFLE interpretive execution (format-2) Christoph Schlameuss

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