]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc: add implementation of GICD_IIDR to Arm GIC
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 21 Nov 2022 11:45:13 +0000 (11:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Nov 2022 11:45:13 +0000 (11:45 +0000)
commit3d5af538a4fa8456a7e54b8115afe3d6358c1ce5
tree6cac7a18d7474d2241de18cdbb41c883498ce856
parent69e7e60d011846f066af97589660eef52898519a
hw/intc: add implementation of GICD_IIDR to Arm GIC

a66a24585f (hw/intc/arm_gic: Implement read of GICC_IIDR) implemented
this for the CPU interface register. The fact we don't implement it
shows up when running Xen with -d guest_error which is definitely
wrong because the guest is perfectly entitled to read it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gic.c