Re: [PATCH v2 2/2] tests/tcg/s390x: Test SIGILL handling

2021-05-21 Thread David Hildenbrand
On 21.05.21 13:19, Ilya Leoshkevich wrote: Verify that s390x-specific uc_mcontext.psw.addr is reported correctly. Signed-off-by: Ilya Leoshkevich --- tests/tcg/s390x/Makefile.target | 1 + tests/tcg/s390x/sigill.c| 52 + 2 files changed, 53 insertion

[PATCH v2 2/2] tests/tcg/s390x: Test SIGILL handling

2021-05-21 Thread Ilya Leoshkevich
Verify that s390x-specific uc_mcontext.psw.addr is reported correctly. Signed-off-by: Ilya Leoshkevich --- tests/tcg/s390x/Makefile.target | 1 + tests/tcg/s390x/sigill.c| 52 + 2 files changed, 53 insertions(+) create mode 100644 tests/tcg/s390x/sigill.