Re: [PATCH v4 12/12] tests/tcg/s390x: Test unaligned accesses

2023-03-17 Thread Ilya Leoshkevich
On Fri, 2023-03-17 at 12:00 +0100, Thomas Huth wrote: > On 17/03/2023 11.54, Thomas Huth wrote: > > On 16/03/2023 17.44, Ilya Leoshkevich wrote: > > > Add a number of small test that check whether accessing unaligned > > > addresses in various ways leads to a specification exception. > > > > > > R

Re: [PATCH v4 12/12] tests/tcg/s390x: Test unaligned accesses

2023-03-17 Thread Thomas Huth
On 17/03/2023 11.54, Thomas Huth wrote: On 16/03/2023 17.44, Ilya Leoshkevich wrote: Add a number of small test that check whether accessing unaligned addresses in various ways leads to a specification exception. Run these test both in softmmu and user configurations; expect a PGM in one case a

Re: [PATCH v4 12/12] tests/tcg/s390x: Test unaligned accesses

2023-03-17 Thread Thomas Huth
On 16/03/2023 17.44, Ilya Leoshkevich wrote: Add a number of small test that check whether accessing unaligned addresses in various ways leads to a specification exception. Run these test both in softmmu and user configurations; expect a PGM in one case and SIGILL in the other. Signed-off-by: I

Re: [PATCH v4 12/12] tests/tcg/s390x: Test unaligned accesses

2023-03-17 Thread Thomas Huth
On 16/03/2023 17.44, Ilya Leoshkevich wrote: Add a number of small test that check whether accessing unaligned addresses in various ways leads to a specification exception. Run these test both in softmmu and user configurations; expect a PGM in one case and SIGILL in the other. Signed-off-by: I

[PATCH v4 12/12] tests/tcg/s390x: Test unaligned accesses

2023-03-16 Thread Ilya Leoshkevich
Add a number of small test that check whether accessing unaligned addresses in various ways leads to a specification exception. Run these test both in softmmu and user configurations; expect a PGM in one case and SIGILL in the other. Signed-off-by: Ilya Leoshkevich --- tests/tcg/s390x/Makefile.