commit | 24cab82c34aa6f3ede3de1d8621624cb5ef33feb | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Mon Mar 18 10:13:01 2019 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Sun Aug 18 18:38:35 2019 +0100 |
tree | f56c1700b1a3b4b1637b2fea506eec8df94910fa | |
parent | d45331b00ddb179e291766617259261c112db872 [diff] |
KVM: arm/arm64: vgic: Add LPI translation cache definition Add the basic data structure that expresses an MSI to LPI translation as well as the allocation/release hooks. The size of the cache is arbitrarily defined as 16*nr_vcpus. Tested-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Marc Zyngier <maz@kernel.org>