]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: implement DBGCLAIM registers
authorEvgeny Iakovlev <eiakovlev@linux.microsoft.com>
Fri, 20 Jan 2023 15:59:28 +0000 (16:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Jan 2023 13:32:38 +0000 (13:32 +0000)
commit5fc83f112866c4a136c36fd33e62c31228194bde
tree6a862a4d0baf9fd19a28878be33b61ce6b16c297
parent1e5da7e55332c76da2057e6d5298d7bf1733f104
target/arm: implement DBGCLAIM registers

The architecture does not define any functionality for the CLAIM tag bits.
So we will just keep the raw bits, as per spec.

Signed-off-by: Evgeny Iakovlev <eiakovlev@linux.microsoft.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230120155929.32384-2-eiakovlev@linux.microsoft.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/debug_helper.c