]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Introduce CPUARMTBFlags
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:31 +0000 (13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:50 +0000 (11:16 +0100)
commit3902bfc6f06144016b8b25f5b6fb2211e85406fc
treee450ea5f49be678d07ab3595763e8a1ea72a9dec
parenta729a46b05ab09e473cd757ee7a62373a175fa62
target/arm: Introduce CPUARMTBFlags

In preparation for splitting tb->flags across multiple
fields, introduce a structure to hold the value(s).
So far this only migrates the one uint32_t and fixes
all of the places that require adjustment to match.

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