public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/6] s390x: PV fixups
@ 2022-07-29  8:26 Janosch Frank
  2022-07-29  8:26 ` [kvm-unit-tests PATCH 1/6] s390x: snippets: asm: Add a macro to write an exception PSW Janosch Frank
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Janosch Frank @ 2022-07-29  8:26 UTC (permalink / raw)
  To: kvm; +Cc: imbrenda, seiden, nrb, scgl, thuth

A small set of patches that clean up the PV snippet handling.

Janosch Frank (6):
  s390x: snippets: asm: Add a macro to write an exception PSW
  s390x: MAKEFILE: Use $< instead of pathsubst
  s390x: Add a linker script to assembly snippets
  lib: s390x: sie: Improve validity handling and make it vm specific
  lib: s390x: Use a new asce for each PV guest
  lib: s390x: sie: Properly populate SCA

 lib/s390x/asm-offsets.c                  |  2 ++
 lib/s390x/sie.c                          | 36 +++++++++++++-------
 lib/s390x/sie.h                          | 43 ++++++++++++++++++++++--
 lib/s390x/snippet.h                      |  3 +-
 lib/s390x/uv.c                           | 35 +++++++++++++++++--
 lib/s390x/uv.h                           |  5 ++-
 s390x/Makefile                           | 18 +++++++---
 s390x/cpu.S                              |  6 ++++
 s390x/mvpg-sie.c                         |  2 +-
 s390x/pv-diags.c                         |  6 ++--
 s390x/snippets/asm/macros.S              | 28 +++++++++++++++
 s390x/snippets/asm/snippet-pv-diag-288.S |  4 +--
 s390x/snippets/asm/snippet-pv-diag-500.S |  6 ++--
 13 files changed, 157 insertions(+), 37 deletions(-)
 create mode 100644 s390x/snippets/asm/macros.S

-- 
2.34.1


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

end of thread, other threads:[~2022-08-02  8:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-29  8:26 [kvm-unit-tests PATCH 0/6] s390x: PV fixups Janosch Frank
2022-07-29  8:26 ` [kvm-unit-tests PATCH 1/6] s390x: snippets: asm: Add a macro to write an exception PSW Janosch Frank
2022-08-02  7:10   ` Nico Boehr
2022-08-02  7:56     ` Janosch Frank
2022-08-02  8:18       ` Nico Boehr
2022-07-29  8:26 ` [kvm-unit-tests PATCH 2/6] s390x: MAKEFILE: Use $< instead of pathsubst Janosch Frank
2022-07-29 13:46   ` Steffen Eiden
2022-08-02  7:12   ` Nico Boehr
2022-07-29  8:26 ` [kvm-unit-tests PATCH 3/6] s390x: Add a linker script to assembly snippets Janosch Frank
2022-07-29 14:17   ` Steffen Eiden
2022-07-29 14:42     ` Janosch Frank
2022-08-02  7:17   ` Nico Boehr
2022-07-29  8:26 ` [kvm-unit-tests PATCH 4/6] lib: s390x: sie: Improve validity handling and make it vm specific Janosch Frank
2022-07-29 14:25   ` Steffen Eiden
2022-08-02  7:23   ` Nico Boehr
2022-07-29  8:26 ` [kvm-unit-tests PATCH 5/6] lib: s390x: Use a new asce for each PV guest Janosch Frank
2022-08-02  7:56   ` Nico Boehr
2022-07-29  8:26 ` [kvm-unit-tests PATCH 6/6] lib: s390x: sie: Properly populate SCA Janosch Frank
2022-08-02  8:16   ` Nico Boehr

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