Re: [PATCH 2/2] tests/tcg/s390x: Test modifying code using the MVC instruction

2025-01-27 Thread Richard Henderson
On 1/27/25 16:12, Ilya Leoshkevich wrote: Add a small test to prevent regressions. Signed-off-by: Ilya Leoshkevich --- tests/tcg/s390x/Makefile.softmmu-target | 1 + tests/tcg/s390x/mvc-smc.c | 82 + 2 files changed, 83 insertions(+) create mode 1006

[PATCH 2/2] tests/tcg/s390x: Test modifying code using the MVC instruction

2025-01-27 Thread Ilya Leoshkevich
Add a small test to prevent regressions. Signed-off-by: Ilya Leoshkevich --- tests/tcg/s390x/Makefile.softmmu-target | 1 + tests/tcg/s390x/mvc-smc.c | 82 + 2 files changed, 83 insertions(+) create mode 100644 tests/tcg/s390x/mvc-smc.c diff --git a/tests