]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target-arm: Add GICv3CPUState in CPUARMState struct
authorVijaya Kumar K <Vijaya.Kumar@cavium.com>
Thu, 23 Feb 2017 11:51:12 +0000 (17:21 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 17:10:00 +0000 (17:10 +0000)
commitd3a3e529626fbee5cf0fb33414a85c9493adc280
tree4b110116b22e9f450f3a746a6f049a6f8139180d
parent367b9f527becdd20ddf116e17a3c0c2bbc486920
target-arm: Add GICv3CPUState in CPUARMState struct

Add gicv3state void pointer to CPUARMState struct
to store GICv3CPUState.

In case of usecase like CPU reset, we need to reset
GICv3CPUState of the CPU. In such scenario, this pointer
becomes handy.

Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@cavium.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 1487850673-26455-5-git-send-email-vijay.kilari@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gicv3_common.c
hw/intc/arm_gicv3_cpuif.c
hw/intc/gicv3_internal.h
target/arm/cpu.h