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

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 its_sync_lpi_pending_table().

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