Re: [PATCH v4 15/18] target/arm: Advertise all page sizes for -cpu max

2022-03-01 Thread Peter Maydell
On Tue, 1 Mar 2022 at 22:00, Richard Henderson wrote: > > We support 16k pages, but do not advertize that in ID_AA64MMFR0. > > The value 0 in the TGRAN*_2 fields indicates that stage2 lookups defer > to the same support as stage1 lookups. This setting is deprecated, so > indicate support for all

[PATCH v4 15/18] target/arm: Advertise all page sizes for -cpu max

2022-03-01 Thread Richard Henderson
We support 16k pages, but do not advertize that in ID_AA64MMFR0. The value 0 in the TGRAN*_2 fields indicates that stage2 lookups defer to the same support as stage1 lookups. This setting is deprecated, so indicate support for all stage2 page sizes directly. Signed-off-by: Richard Henderson ---