]> Git Repo - qemu.git/commit - hw/intc/arm_gicv3_kvm.c
hw/intc/arm_gicv3_kvm: Check KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS in reset
authorEric Auger <[email protected]>
Tue, 28 Mar 2017 17:20:40 +0000 (19:20 +0200)
committerPeter Maydell <[email protected]>
Fri, 31 Mar 2017 11:41:14 +0000 (12:41 +0100)
commite7d54416cf7a30928a455ddf86ca57d766e9a902
tree2ed2f33afcdd3dc085afb2f8b522c4888626e18a
parent05a6f451eb0e3224a8e6d98089379f20ec06c787
hw/intc/arm_gicv3_kvm: Check KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS in reset

KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS needs to be checked before
attempting to read ICC_CTLR_EL1; otherwise kernel versions not
exposing this kvm device group will be incompatible with qemu 2.9.

Fixes: 07a5628 ("hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers")
Signed-off-by: Eric Auger <[email protected]>
Reported-by: Prakash B <[email protected]>
Tested-by: Alexander Graf <[email protected]>
Message-id: 1490721640[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/intc/arm_gicv3_kvm.c
This page took 0.025209 seconds and 4 git commands to generate.