]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Mark up VNCR offsets (offsets 0x0..0xff)
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:54 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:44:45 +0000 (14:44 +0000)
commitdfe8a9ee6a8896c642b0ec0af4b484328249619a
treea3784c7b5f0df8a5f042ab3ec45b3035f5ce099c
parent674e5345275d42581ed859acfb1ef14ebf98f9d6
target/arm: Mark up VNCR offsets (offsets 0x0..0xff)

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 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