irqchip/gic-v3-its: Add VLPI map/unmap operations
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 20 Dec 2016 09:44:41 +0000 (09:44 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 31 Aug 2017 14:31:34 +0000 (15:31 +0100)
commitd011e4e654d7f519bf892995b9f4b453dbf8a3e5
tree09b6803dc8a944290dbdf1ada93d20cfa0219abb
parentc808eea8f763a996409656df83c41b8ec628060b
irqchip/gic-v3-its: Add VLPI map/unmap operations

In order to let a VLPI being injected into a guest, the VLPI must
be mapped using the VMAPTI command. When moved to a different vcpu,
it must be moved with the VMOVI command.

These commands are issued via the irq_set_vcpu_affinity method,
making sure we unmap the corresponding host LPI first.

The reverse is also done when the VLPI is unmapped from the guest.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c