All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v3 0/9] s390x: Cleanup and maintenance 2
@ 2021-10-07  8:50 Janosch Frank
  2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 1/9] s390x: uv: Tolerate 0x100 query return code Janosch Frank
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Janosch Frank @ 2021-10-07  8:50 UTC (permalink / raw)
  To: kvm; +Cc: linux-s390, imbrenda, david, thuth, seiden, scgl

Here are a few more fixes and cleanups that improve readability and
architectural compliance.

v3:
	* Check CC == 1 for rc 0x100 query
	* ifndef the UV debug switch
	* Replaced tprot fix
	* Added a simple fix to the snippet lib linking problem

Janis Schoetterl-Glausch (1):
  lib: s390x: Add access key argument to tprot

Janosch Frank (8):
  s390x: uv: Tolerate 0x100 query return code
  s390x: uv-host: Fence a destroy cpu test on z15
  lib: s390x: uv: Fix share return value and print
  lib: s390x: uv: Add UVC_ERR_DEBUG switch
  lib: s390x: Print PGM code as hex
  s390x: Add sthyi cc==0 r2+1 verification
  s390x: snippets: Set stackptr and stacktop in cstart.S
  s390x: snippets: Define all things that are needed to link the lib

 lib/s390x/asm/arch_def.h  | 20 +++++++++++++++++---
 lib/s390x/asm/uv.h        | 21 +++++++++++++--------
 lib/s390x/interrupt.c     |  2 +-
 lib/s390x/sclp.c          |  2 +-
 s390x/skrf.c              |  3 +--
 s390x/snippets/c/cstart.S | 16 +++++++++++++++-
 s390x/snippets/c/flat.lds |  2 ++
 s390x/sthyi.c             | 20 +++++++++++---------
 s390x/uv-guest.c          |  4 +++-
 s390x/uv-host.c           | 19 ++++++++++++-------
 10 files changed, 76 insertions(+), 33 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-10-13 14:15 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07  8:50 [kvm-unit-tests PATCH v3 0/9] s390x: Cleanup and maintenance 2 Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 1/9] s390x: uv: Tolerate 0x100 query return code Janosch Frank
2021-10-07  8:58   ` Thomas Huth
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 2/9] s390x: uv-host: Fence a destroy cpu test on z15 Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 3/9] lib: s390x: uv: Fix share return value and print Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 4/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch Janosch Frank
2021-10-07  9:01   ` Thomas Huth
2021-10-13 14:14   ` Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 5/9] lib: s390x: Add access key argument to tprot Janosch Frank
2021-10-07  9:05   ` Thomas Huth
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 6/9] lib: s390x: Print PGM code as hex Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 7/9] s390x: Add sthyi cc==0 r2+1 verification Janosch Frank
2021-10-07  9:11   ` Thomas Huth
2021-10-07 10:51     ` Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 8/9] s390x: snippets: Set stackptr and stacktop in cstart.S Janosch Frank
2021-10-07  9:13   ` Thomas Huth
2021-10-07  9:22     ` Janosch Frank
2021-10-07  8:50 ` [kvm-unit-tests PATCH v3 9/9] s390x: snippets: Define all things that are needed to link the lib Janosch Frank
2021-10-07  9:44   ` Thomas Huth
2021-10-07 10:44     ` Janosch Frank
2021-10-08  7:20       ` Thomas Huth
2021-10-08  8:13         ` Janosch Frank

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.