]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 21 Jul 2025 19:11:49 +0000 (22:11 +0300)
commita5ac9803d513586eefe6c7613b3c3bcc1b9e5943
tree7372a86c918e1f2f5cc9eb67b518a6e28d6158ca
parent3341f5cd5c391c6b460f2f70cc694ca5ef3b2191
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>
(cherry picked from commit e6da704b711d5d731e4d933ad56cbbc25ee0a825)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/hvf/hvf.c