Re: [PATCH v4 3/3] tests/tcg: Add the PROT_NONE gdbstub test

2024-01-30 Thread Alex Bennée
Ilya Leoshkevich writes: > Make sure that qemu gdbstub, like gdbserver, allows reading from and > writing to PROT_NONE pages. > > Signed-off-by: Ilya Leoshkevich Acked-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v4 3/3] tests/tcg: Add the PROT_NONE gdbstub test

2024-01-29 Thread Ilya Leoshkevich
Make sure that qemu gdbstub, like gdbserver, allows reading from and writing to PROT_NONE pages. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/Makefile.target | 9 +- tests/tcg/multiarch/gdbstub/prot-none.py | 36 + tests/tcg/multiarch/prot-none.c