Hi Paolo, hi Radim, the following changes since commit 5eb7ccf658f29642ca6c197fd086f4da0d8d8a73: x86: VMX: INVEPT after modifying PA mapping in ept_untwiddle (2019-09-11 17:45:28 +0200) are available in the Git repository at: https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-2019-09-18 for you to fetch changes up to 47df95c747e1c46e7bfb524e734d98a7d9757cb1: s390x: Add storage key removal facility (2019-09-18 13:48:09 +0200) ---------------------------------------------------------------- New s390x kvm-unit-tests from Janosch Frank ---------------------------------------------------------------- Janosch Frank (9): s390x: Support PSW restart boot s390x: Diag288 test s390x: Move stsi to library s390x: STSI tests s390x: Add diag308 subcode 0 testing s390x: Move pfmf to lib and make address void s390x: Storage key library functions now take void ptr addresses s390x: Bump march to zEC12 s390x: Add storage key removal facility lib/s390x/asm/arch_def.h | 17 +++++++ lib/s390x/asm/mem.h | 40 ++++++++++++--- s390x/Makefile | 5 +- s390x/cstart64.S | 27 ++++++++++ s390x/diag288.c | 114 +++++++++++++++++++++++++++++++++++++++++ s390x/diag308.c | 31 ++++-------- s390x/flat.lds | 14 ++++-- s390x/pfmf.c | 71 +++++++++----------------- s390x/skey.c | 47 ++++++----------- s390x/skrf.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++ s390x/stsi.c | 84 +++++++++++++++++++++++++++++++ s390x/unittests.cfg | 7 +++ 12 files changed, 475 insertions(+), 110 deletions(-) create mode 100644 s390x/diag288.c create mode 100644 s390x/skrf.c create mode 100644 s390x/stsi.c