The IBM team wants to join in on testing s390x KVM thoroughly, so I prepared a lot of memory related tests and some IBM z14 related tests. These were on my desk for quite a while, so I expect some rebase clashes that I did not yet catch. 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 simple guarded storage tests s390x: Add vector tests lib/s390x/asm/arch_def.h | 28 +++++++ lib/s390x/asm/interrupt.h | 1 + lib/s390x/asm/mem.h | 61 ++++++++++++++ lib/s390x/interrupt.c | 15 ++++ s390x/Makefile | 7 ++ s390x/cmm.c | 68 +++++++++++++++ s390x/diag10.c | 81 ++++++++++++++++++ s390x/gs.c | 171 +++++++++++++++++++++++++++++++++++++ s390x/pfmf.c | 143 +++++++++++++++++++++++++++++++ s390x/skey.c | 94 +++++++++++++++++++++ s390x/sthyi.c | 210 ++++++++++++++++++++++++++++++++++++++++++++++ s390x/sthyi.h | 131 +++++++++++++++++++++++++++++ s390x/unittests.cfg | 22 +++++ s390x/vector.c | 146 ++++++++++++++++++++++++++++++++ 14 files changed, 1178 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 -- 2.7.4