Re: [PATCH 1/2] target/arm: Enable FEAT_HCX for -cpu max

2022-05-13 Thread Peter Maydell
On Tue, 10 May 2022 at 01:05, Richard Henderson wrote: > > This feature adds a new register, HCRX_EL2, which controls > many of the newer AArch64 features. So far the register is > effectively RES0, because none of the new features are done. > > Signed-off-by: Richard Henderson > --- >

[PATCH 1/2] target/arm: Enable FEAT_HCX for -cpu max

2022-05-09 Thread Richard Henderson
This feature adds a new register, HCRX_EL2, which controls many of the newer AArch64 features. So far the register is effectively RES0, because none of the new features are done. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 20 ++ target/arm/cpu64.c | 1 +