]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 20 Dec 2016 13:55:54 +0000 (13:55 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 31 Aug 2017 14:31:35 +0000 (15:31 +0100)
commit4b4e61778439f1723e7eacbe97dfc5cff9bc8390
tree2dcfca9fb109981edebeab9b0fe52aabae4d63b9
parent0411d5b8235433f09fcd0b4ad281f18bb1e27d3e
irqchip/gic-v3-its: Add VPE irq domain allocation/teardown

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: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c