Re: [PATCH 04/14] target/arm: Implement FEAT_MOPS enable bits

2023-09-08 Thread Richard Henderson
On 9/7/23 09:03, Peter Maydell wrote: FEAT_MOPS defines a handful of new enable bits: * HCRX_EL2.MSCEn, SCTLR_EL1.MSCEn, SCTLR_EL2.MSCen: define whether the new insns should UNDEF or not * HCRX_EL2.MCE2: defines whether memops exceptions from EL1 should be taken to EL1 or EL2 Since w

[PATCH 04/14] target/arm: Implement FEAT_MOPS enable bits

2023-09-07 Thread Peter Maydell
FEAT_MOPS defines a handful of new enable bits: * HCRX_EL2.MSCEn, SCTLR_EL1.MSCEn, SCTLR_EL2.MSCen: define whether the new insns should UNDEF or not * HCRX_EL2.MCE2: defines whether memops exceptions from EL1 should be taken to EL1 or EL2 Since we don't sanitise what bits can be written fo