On 10/3/22 09:23, Peter Maydell wrote:
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.mayd...@linaro.org> --- target/arm/internals.h | 23 +++++++++++++++++++++-- target/arm/helper.c | 39 ++++++++++++++++++++++++++++----------- target/arm/ptw.c | 8 +------- 3 files changed, 50 insertions(+), 20 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~