]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Jul 2022 13:23:01 +0000 (14:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 18 Jul 2022 12:20:13 +0000 (13:20 +0100)
commit988cc1909f2895cb751fc9cc83ba51938be02183
tree72731a3f0eaba947d83ff7af6c1e57cec45cd7de
parentafbb181c2deb4584666be17adfbc49532fc90ace
target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t

Change the representation of the VSTCR_EL2 and VTCR_EL2 registers in
the CPU state struct from struct TCR to uint64_t.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220714132303.1287193-6-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/helper.c
target/arm/internals.h
target/arm/ptw.c