]> git.ipfire.org Git - thirdparty/qemu.git/commit
hvf: arm: Emulate ICC_RPR_EL1 accesses properly
authorZenghui Yu <zenghui.yu@linux.dev>
Mon, 14 Jul 2025 16:01:39 +0000 (00:01 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jul 2025 10:20:13 +0000 (11:20 +0100)
commite6da704b711d5d731e4d933ad56cbbc25ee0a825
tree49f1c589fc3d566c9502e50c513cc8b27bb198fe
parentf19310b23a00b5c19f930e4d57fc298744d11740
hvf: arm: Emulate ICC_RPR_EL1 accesses properly

Commit a2260983c655 ("hvf: arm: Add support for GICv3") added GICv3 support
by implementing emulation for a few system registers. ICC_RPR_EL1 was
defined but not plugged in the sysreg handlers (for no good reason).

Fix it.

Fixes: a2260983c655 ("hvf: arm: Add support for GICv3")
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250714160139.10404-3-zenghui.yu@linux.dev
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c