]> git.ipfire.org Git - thirdparty/qemu.git/commit
gdbstub: Add support for MTE in system mode
authorGustavo Romero <gustavo.romero@linaro.org>
Tue, 10 Sep 2024 17:38:57 +0000 (18:38 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2024 22:33:51 +0000 (23:33 +0100)
commit0298229ad6341898fb3bbacaf0eee4935e780fa4
treeca89f9b03483c22ec187b8dbe724849700288d96
parentf6110605313aaea66307f2470a85b7c053542442
gdbstub: Add support for MTE in system mode

This commit makes handle_q_memtag, handle_q_isaddresstagged, and
handle_Q_memtag stubs build for system mode, allowing all GDB
'memory-tag' subcommands to work with QEMU gdbstub on aarch64 system
mode.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/620
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240906143316.657436-3-gustavo.romero@linaro.org>
[AJB: add #ifdef CONFIG_TCG guards]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240910173900.4154726-8-alex.bennee@linaro.org>
target/arm/gdbstub64.c