]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:55 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:44:45 +0000 (14:44 +0000)
commit46932cf26eae239193c465e08234c41d9df7d3d8
tree7042e92fa140c2923a5895894bf19bc94164b67d
parentbb7b95b070e3439eb46066963e6b870697344904
target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Miguel Luis <miguel.luis@oracle.com>
target/arm/helper.c