commit | 91bf6395f7b8614a5a9934a0ae9c8b5312d77b29 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Dec 24 11:10:34 2019 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Wed Jan 22 14:22:20 2020 +0000 |
tree | 115c5c5ff3e749fe7dbc6c23c00f520000aa02f9 | |
parent | d97c97baa214486cc3d64c996a2214475f6cc83c [diff] |
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