On 12/18/23 22:33, 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 0x168 to 0x1f8.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/helper.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~