Christoffer Dall | 7330672 | 2013-10-25 17:29:18 +0100 | [diff] [blame^] | 1 | ARM Virtual Generic Interrupt Controller (VGIC) |
| 2 | =============================================== |
| 3 | |
| 4 | Device types supported: |
| 5 | KVM_DEV_TYPE_ARM_VGIC_V2 ARM Generic Interrupt Controller v2.0 |
| 6 | |
| 7 | Only one VGIC instance may be instantiated through either this API or the |
| 8 | legacy KVM_CREATE_IRQCHIP api. The created VGIC will act as the VM interrupt |
| 9 | controller, requiring emulated user-space devices to inject interrupts to the |
| 10 | VGIC instead of directly to CPUs. |