]> Git Repo - qemu.git/commit
hw/intc/arm_gicv3: Add accessors for ICH_ system registers
authorPeter Maydell <[email protected]>
Fri, 20 Jan 2017 11:15:09 +0000 (11:15 +0000)
committerPeter Maydell <[email protected]>
Fri, 20 Jan 2017 11:15:09 +0000 (11:15 +0000)
commit83f036fe3d56be237d87e32f44f3d46686e7eab7
tree35efe7b8bbdf5d625d7715446d1e7c22d5cbb82c
parent4eb833b5dfcfda23877b03546915c0f45613b7b5
hw/intc/arm_gicv3: Add accessors for ICH_ system registers

The GICv3 virtualization interface includes system registers
accessible only to the hypervisor which form the control
interface for interrupt virtualization. Implement these
registers.

The function gicv3_cpuif_virt_update() which determines
whether it needs to signal vIRQ, vFIQ or a maintenance
interrupt is introduced here as a stub function -- its
implementation will be added in a subsequent commit.

Signed-off-by: Peter Maydell <[email protected]>
Message-id: 1483977924[email protected]
hw/intc/arm_gicv3_cpuif.c
hw/intc/trace-events
This page took 0.025547 seconds and 4 git commands to generate.