]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic
authorMarc Zyngier <maz@kernel.org>
Mon, 18 Mar 2019 10:34:48 +0000 (10:34 +0000)
committerMarc Zyngier <maz@kernel.org>
Sun, 18 Aug 2019 17:38:54 +0000 (18:38 +0100)
commit8651daf55cd8a19385534f933fbc603cd46370c0
tree104ef06b71a82a5642f7e9a29e5368f9d3dbd314
parentf056785919a17d75b31afdbf9e7e1299a50747e1
KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic

Now that we have a cache of MSI->LPI translations, it is pretty
easy to implement kvm_arch_set_irq_inatomic (this cache can be
parsed without sleeping).

Hopefully, this will improve some LPI-heavy workloads.

Tested-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
virt/kvm/arm/vgic/vgic-irqfd.c