• Marc Zyngier's avatar
    irqchip/gic-v3-its: Add VPE irq domain allocation/teardown · 7d75bbb4
    Marc Zyngier authored
    When creating a VM, the low level GICv4 code is responsible for:
    - allocating each VPE a unique VPEID
    - allocating a doorbell interrupt for each VPE
    - allocating the pending tables for each VPE
    - allocating the property table for the VM
    
    This of course has to be reversed when the VM is brought down.
    
    All of this is wired into the irq domain alloc/free methods.
    Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
    7d75bbb4
irq-gic-v3-its.c 65.2 KB