]> Git Repo - qemu.git/commit
arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create()
authorPavel Fedin <[email protected]>
Thu, 24 Sep 2015 00:29:37 +0000 (01:29 +0100)
committerPeter Maydell <[email protected]>
Thu, 24 Sep 2015 00:29:37 +0000 (01:29 +0100)
commit34e85cd9173816cd48f5578c7838c26afbe592c4
tree0ca03c4d4f9f7933370704357c4fe9f39060bf31
parent4b3cfe72d9b9c53be31a88e7eebdda14f1757d3e
arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create()

This allows us to use different GIC types from v2. There are no kernels
which could advertise KVM_CAP_DEVICE_CTRL without the actual ability to
create GIC with it.

GIC version probe code moved to kvm_arm_vgic_probe() which will be used
later.

Signed-off-by: Pavel Fedin <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Tested-by: Ashok kumar <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 015f4d9e4a8a50dfbdd734c4730558e24a69c6dc.1441784344[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target-arm/kvm.c
target-arm/kvm_arm.h
This page took 0.026479 seconds and 4 git commands to generate.