Hi Radim & Paolo, the following changes since commit ebc1b903f12dab0921c055712131a54b7e37eea1: x86: fix compiler and assembly warnings (2018-03-23 18:58:41 +0100) are available in the git repository at: https://github.com/huth/kvm-unit-tests.git tags/s390x-2018-03-28 for you to fetch changes up to 02ce12c322b7ebc8b9d46292d28678e444d4336c: s390x: Add simple guarded storage tests (2018-03-28 09:08:39 +0200) ---------------------------------------------------------------- New unit tests for s390x ---------------------------------------------------------------- Janosch Frank (8): s390x: Add sthyi tests s390x: Add privileged operation exceptions handling s390x: Add storage keys tests s390x: Add diag10 tests s390x: Add pfmf tests s390x: Add cmm tests s390x: Add vector tests s390x: Add simple guarded storage tests lib/s390x/asm/arch_def.h | 28 ++++++++ lib/s390x/asm/mem.h | 52 +++++++++++++++ lib/s390x/interrupt.c | 7 ++ s390x/Makefile | 7 ++ s390x/cmm.c | 69 +++++++++++++++++++ s390x/diag10.c | 81 ++++++++++++++++++++++ s390x/gs.c | 170 +++++++++++++++++++++++++++++++++++++++++++++++ s390x/pfmf.c | 144 +++++++++++++++++++++++++++++++++++++++ s390x/skey.c | 94 ++++++++++++++++++++++++++ s390x/sthyi.c | 169 ++++++++++++++++++++++++++++++++++++++++++++++ s390x/sthyi.h | 131 ++++++++++++++++++++++++++++++++++++ s390x/unittests.cfg | 21 ++++++ s390x/vector.c | 133 ++++++++++++++++++++++++++++++++++++ 13 files changed, 1106 insertions(+) create mode 100644 lib/s390x/asm/mem.h create mode 100644 s390x/cmm.c create mode 100644 s390x/diag10.c create mode 100644 s390x/gs.c create mode 100644 s390x/pfmf.c create mode 100644 s390x/skey.c create mode 100644 s390x/sthyi.c create mode 100644 s390x/sthyi.h create mode 100644 s390x/vector.c -- 1.8.3.1