Re: [PATCH 2/2] tests/tcg/s390x: Test single-stepping SVC

2023-07-07 Thread Thomas Huth
On 11/05/2023 01.02, Ilya Leoshkevich wrote: Add a small test to prevent regressions. Signed-off-by: Ilya Leoshkevich --- ... diff --git a/tests/tcg/s390x/hello-s390x-asm.S b/tests/tcg/s390x/hello-s390x-asm.S new file mode 100644 index 000..2e9faa16047 --- /dev/null +++ b/tests/tcg/s

Re: [PATCH 2/2] tests/tcg/s390x: Test single-stepping SVC

2023-05-11 Thread Alex Bennée
Ilya Leoshkevich writes: > Add a small test to prevent regressions. > > Signed-off-by: Ilya Leoshkevich Acked-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 2/2] tests/tcg/s390x: Test single-stepping SVC

2023-05-10 Thread Ilya Leoshkevich
Add a small test to prevent regressions. Signed-off-by: Ilya Leoshkevich --- tests/tcg/s390x/Makefile.target | 11 - tests/tcg/s390x/gdbstub/test-svc.py | 64 + tests/tcg/s390x/hello-s390x-asm.S | 20 + 3 files changed, 94 insertions(+), 1 deletion(-