]> git.ipfire.org Git - thirdparty/qemu.git/commit
intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)
authorLuc Michel <luc.michel@greensocs.com>
Tue, 14 Aug 2018 16:17:20 +0000 (17:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 14 Aug 2018 16:17:20 +0000 (17:17 +0100)
commit7eb079ec510f72cc3d20f94bd78a02cca29c968c
treeccc990155c62b2f297c9361fe8605df2a7444c4a
parent02f2e22d7c81b7514f09dfbe91e81aad8e5381dc
intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)

Implement virtualization extensions in the gic_cpu_read() and
gic_cpu_write() functions. Those are the last bits missing to fully
support virtualization extensions in the CPU interface path.

Signed-off-by: Luc Michel <luc.michel@greensocs.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180727095421.386-14-luc.michel@greensocs.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gic.c