diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2023-03-15 03:04:08 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-03-20 09:32:50 +0100 |
commit | a1465c8b5b622c82c4c01107c2610abf7d27cbee (patch) | |
tree | ef7f80b596b883cbae688f0976c08c14f3a432e4 /tests/tcg/s390x/Makefile.softmmu-target | |
parent | 199c42a6a16ba32b5684e679df949cf29024b0cf (diff) |
tests/tcg/s390x: Add PSW modification tests
Add several small tests that check the PSW modification instructions:
* lpsw.S checks whether LPSW works correctly in the "happy" case.
* lpswe-early.S checks whether early exceptions are recognized and
whether the correct ILC and old PSW are stored when they happen.
* ssm-early.S, stosm-early.S and exrl-ssm-early.S check the special
handling of SSM and STOSM with respect to early exceptions.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230315020408.384766-4-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/tcg/s390x/Makefile.softmmu-target')
-rw-r--r-- | tests/tcg/s390x/Makefile.softmmu-target | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tcg/s390x/Makefile.softmmu-target b/tests/tcg/s390x/Makefile.softmmu-target index 725b6c598d..607f6ba21a 100644 --- a/tests/tcg/s390x/Makefile.softmmu-target +++ b/tests/tcg/s390x/Makefile.softmmu-target @@ -9,3 +9,8 @@ QEMU_OPTS=-action panic=exit-failure -kernel TESTS += unaligned-lowcore TESTS += bal TESTS += sam +TESTS += lpsw +TESTS += lpswe-early +TESTS += ssm-early +TESTS += stosm-early +TESTS += exrl-ssm-early |