KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
authorOliver Upton <oliver.upton@linux.dev>
Mon, 22 Apr 2024 20:01:42 +0000 (20:01 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 25 Apr 2024 12:19:55 +0000 (13:19 +0100)
commitc64115c80fc8abacfb89c36d650b7021ebb3d739
treeaa49450fde9a47fe3adfb09d04bade63ccc2213b
parent720f73b750e66ca753c56c29801009c28bb484ac
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()

The new LPI xarray makes it possible to walk the VM's LPIs without
holding a lock, meaning that vgic_copy_lpi_list() is no longer
necessary. Prepare for the deletion by walking the LPI xarray directly
in vgic_its_invall().

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240422200158.2606761-4-oliver.upton@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/vgic/vgic-its.c