All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] s390x: Add tests for SIGP store adtl status
@ 2022-03-28  9:30 Nico Boehr
  2022-03-28  9:30 ` [PATCH 1/2] s390x: gs: move to new header file Nico Boehr
  2022-03-28  9:30 ` [PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order Nico Boehr
  0 siblings, 2 replies; 7+ messages in thread
From: Nico Boehr @ 2022-03-28  9:30 UTC (permalink / raw)
  To: kvm, linux-s390; +Cc: frankja, imbrenda, thuth, david, farman

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


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

end of thread, other threads:[~2022-03-30 12:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28  9:30 [PATCH 0/2] s390x: Add tests for SIGP store adtl status Nico Boehr
2022-03-28  9:30 ` [PATCH 1/2] s390x: gs: move to new header file Nico Boehr
2022-03-28  9:30 ` [PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order Nico Boehr
2022-03-28 11:54   ` Janosch Frank
2022-03-28 15:12     ` Nico Boehr
2022-03-29 11:39       ` Janosch Frank
2022-03-30 12:46         ` Nico Boehr

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.