[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8] tests/tcg/s390x: Test SIGILL and SIGSEGV handling
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v8] tests/tcg/s390x: Test SIGILL and SIGSEGV handling |
Date: |
Tue, 10 Aug 2021 14:24:46 +0200 |
User-agent: |
Notmuch/0.32.1 (https://notmuchmail.org) |
On Thu, Aug 05 2021, Ilya Leoshkevich <iii@linux.ibm.com> wrote:
> 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>
> ---
>
> v7: https://lists.nongnu.org/archive/html/qemu-devel/2021-08/msg00463.html
> v7 -> v8: Another rebase needed due to the conflict with Jonathan's
> 50e36dd61652.
>
> tests/tcg/s390x/Makefile.target | 17 +-
> tests/tcg/s390x/gdbstub/test-signals-s390x.py | 76 ++++++++
> tests/tcg/s390x/signals-s390x.c | 165 ++++++++++++++++++
> 3 files changed, 257 insertions(+), 1 deletion(-)
> create mode 100644 tests/tcg/s390x/gdbstub/test-signals-s390x.py
> create mode 100644 tests/tcg/s390x/signals-s390x.c
Thanks, applied.