]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v4.1: Add VPE residency callback
authorMarc Zyngier <maz@kernel.org>
Tue, 24 Dec 2019 11:10:34 +0000 (11:10 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 22 Jan 2020 14:22:20 +0000 (14:22 +0000)
commit982cb7625fcf2b22be9d1b2039efc2c9cae188e0
tree115c5c5ff3e749fe7dbc6c23c00f520000aa02f9
parent70d7dc7edea43d77990e8647783d7e22db7d3765
irqchip/gic-v4.1: Add VPE residency callback

Making a VPE resident on GICv4.1 is pretty simple, as it is just a
single write to the local redistributor. We just need extra information
about which groups to enable, which the KVM code will have to provide.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Link: https://lore.kernel.org/r/20191224111055.11836-12-maz@kernel.org
drivers/irqchip/irq-gic-v3-its.c
include/linux/irqchip/arm-gic-v3.h
include/linux/irqchip/arm-gic-v4.h