]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/internals.h
target/arm: Use ARMGranuleSize in ARMVAParameters
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Oct 2022 16:23:14 +0000 (17:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2022 13:52:25 +0000 (14:52 +0100)
commit3c003f7029eb322c15f137b33af1120096e14f4d
tree8e6e7679d867fae7f9836dd60c50a8acb521c742
parent104f703d93c9f12984a165985af653f83527c84e
target/arm: Use ARMGranuleSize in ARMVAParameters

Now we have an enum for the granule size, use it in the
ARMVAParameters struct instead of the using16k/using64k bools.

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