]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: Add the PROT_NONE gdbstub test
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 29 Jan 2024 09:32:16 +0000 (10:32 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 10:48:49 +0000 (20:48 +1000)
commit82607a73f8f6dc84d50a7f9b04ab740cc493d1cc
treea9967cb71c70c7c8bc2642128d69531cb4445ffa
parent4d48c1bc079147a02ec1a3df9a41497c515d2e61
tests/tcg: Add the PROT_NONE gdbstub test

Make sure that qemu gdbstub, like gdbserver, allows reading from and
writing to PROT_NONE pages.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20240129093410.3151-4-iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/multiarch/Makefile.target
tests/tcg/multiarch/gdbstub/prot-none.py [new file with mode: 0644]
tests/tcg/multiarch/prot-none.c [new file with mode: 0644]