]> Git Repo - qemu.git/commit
hw/intc/gicv3: Add data fields for virtualization support
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)
commit4eb833b5dfcfda23877b03546915c0f45613b7b5
tree0029d678fad5edc755e00dd774f331cb93d9a81e
parente69d2fa0650aec5e4e1a757c184ae294c902949a
hw/intc/gicv3: Add data fields for virtualization support

As the first step in adding support for the virtualization
extensions to the GICv3 emulation:
 * add the necessary data fields to the state structures
 * add the fields to the migration state, as a subsection
   which is only present if virtualization is enabled

The use of a subsection means we retain migration
compatibility as EL2 is not enabled on any CPUs currently.

Signed-off-by: Peter Maydell <[email protected]>
Acked-by: Alistair Francis <[email protected]>
Message-id: 1483977924[email protected]
hw/intc/arm_gicv3_common.c
hw/intc/arm_gicv3_cpuif.c
include/hw/intc/arm_gicv3_common.h
This page took 0.021058 seconds and 4 git commands to generate.