]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: hide aliased MIDR from gdbstub
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 6 Nov 2023 18:50:55 +0000 (18:50 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Nov 2023 15:15:23 +0000 (15:15 +0000)
commitacd8e83a2f81a6ac98f0ddffd2b476d6c9d8a48a
tree35b7822c466608462c597a545570eef665e5d1cb
parentf654387b8138ccbc5d9e3eeb6fedd2b73fbfe4b4
target/arm: hide aliased MIDR from gdbstub

This is just a constant alias register with the same value as the
"other" MIDR so it serves no purpose being presented to gdbstub.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20231106185112.2755262-6-alex.bennee@linaro.org>
target/arm/helper.c