]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg/s390x: Test SIGILL and SIGSEGV handling
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 4 Aug 2021 22:51:46 +0000 (00:51 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 6 Sep 2021 14:23:12 +0000 (16:23 +0200)
commite7f8a3aae271d279edb1c0c318c6d83b0b3924ce
treea97932a209c4667652aaac2f2d3cebfaf9bb7c23
parent89c6722da24761d14db1b19250919c8004758ba5
tests/tcg/s390x: Test SIGILL and SIGSEGV handling

Verify that s390x-specific uc_mcontext.psw.addr is reported correctly
and that signal handling interacts properly with debugging.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210804225146.154513-1-iii@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/tcg/s390x/Makefile.target
tests/tcg/s390x/gdbstub/test-signals-s390x.py [new file with mode: 0644]
tests/tcg/s390x/signals-s390x.c [new file with mode: 0644]