mbox series

[kvm-unit-tests,0/5] s390x: Snippet fixes

Message ID 20221123084656.19864-1-frankja@linux.ibm.com (mailing list archive)
Headers show
Series s390x: Snippet fixes | expand

Message

Janosch Frank Nov. 23, 2022, 8:46 a.m. UTC
A small set of fixes mostly related to the snippet support and error
management.

Janosch Frank (5):
  s390x: Add a linker script to assembly snippets
  s390x: snippets: Fix SET_PSW_NEW_ADDR macro
  lib: s390x: sie: Set guest memory pointer
  s390x: Clear first stack frame and end backtrace early
  lib: s390x: Handle debug prints for SIE exceptions correctly

 lib/s390x/interrupt.c       | 46 +++++++++++++++++++++++++++++++++----
 lib/s390x/sie.c             |  1 +
 lib/s390x/sie.h             |  2 ++
 lib/s390x/snippet.h         |  3 +--
 lib/s390x/stack.c           |  2 ++
 s390x/Makefile              |  5 ++--
 s390x/cpu.S                 |  6 +++--
 s390x/cstart64.S            |  2 ++
 s390x/mvpg-sie.c            |  2 +-
 s390x/pv-diags.c            |  6 ++---
 s390x/snippets/asm/flat.lds | 43 ++++++++++++++++++++++++++++++++++
 s390x/snippets/asm/macros.S |  2 +-
 12 files changed, 104 insertions(+), 16 deletions(-)
 create mode 100644 s390x/snippets/asm/flat.lds