Re: [PATCH 28/35] target/arm: Mark up VNCR offsets (offsets 0x0..0xff)

2023-12-27 Thread Richard Henderson
On 12/18/23 22:32, Peter Maydell wrote: Mark up the cpreginfo structs to indicate offsets for system registers from VNCR_EL2, as defined in table D8-66 in rule R_CSRPQ in the Arm ARM. This commit covers offsets below 0x100; all of these registers are redirected to memory regardless of the value o

[PATCH 28/35] target/arm: Mark up VNCR offsets (offsets 0x0..0xff)

2023-12-18 Thread Peter Maydell
Mark up the cpreginfo structs to indicate offsets for system registers from VNCR_EL2, as defined in table D8-66 in rule R_CSRPQ in the Arm ARM. This commit covers offsets below 0x100; all of these registers are redirected to memory regardless of the value of HCR_EL2.NV1. Signed-off-by: Peter Mayde