KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
[deliverable/linux.git] / virt / kvm / arm / vgic / vgic-mmio.c
index 9de80be4d6072c7590b1cd7d6b73de9daf82714d..4ef35719fcbe1aa0d6a4f35b47a2ef2f39f9143e 100644 (file)
@@ -478,6 +478,11 @@ int vgic_register_dist_iodev(struct kvm *kvm, gpa_t dist_base_address,
        case VGIC_V2:
                len = vgic_v2_init_dist_iodev(io_device);
                break;
+#ifdef CONFIG_KVM_ARM_VGIC_V3
+       case VGIC_V3:
+               len = vgic_v3_init_dist_iodev(io_device);
+               break;
+#endif
        default:
                BUG_ON(1);
        }
This page took 0.047174 seconds and 5 git commands to generate.