As suggested by Claudio, move the store adtl status I sent previously ("[kvm-unit-tests PATCH v2 0/9] s390x: Further extend instruction interception tests") into its own file. Nico Boehr (2): s390x: gs: move to new header file s390x: add test for SIGP STORE_ADTL_STATUS order lib/s390x/gs.h | 69 ++++++++ s390x/Makefile | 1 + s390x/adtl_status.c | 407 ++++++++++++++++++++++++++++++++++++++++++++ s390x/gs.c | 54 +----- s390x/unittests.cfg | 25 +++ 5 files changed, 503 insertions(+), 53 deletions(-) create mode 100644 lib/s390x/gs.h create mode 100644 s390x/adtl_status.c -- 2.31.1