]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Move initialization of debug ID registers
authorGustavo Romero <gustavo.romero@linaro.org>
Mon, 24 Jun 2024 18:09:14 +0000 (18:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2024 14:40:53 +0000 (15:40 +0100)
commitc5f9e8bb9300d0cae42d2cb19f6a4d340813f8b5
treec4ddc471c7298623872d0ce46130e7dba8894c80
parent4df378ab5164635d0431086b800adb770c037a64
target/arm: Move initialization of debug ID registers

Move the initialization of the debug ID registers to aa32_max_features,
which is used to set the 32-bit ID registers. This ensures that the
debug ID registers are consistently set for the max CPU in a single
place.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240624180915.4528-3-gustavo.romero@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/tcg/cpu32.c