]> 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)
commit0cc83b300646209705505e9c593984d0e204abdc
tree104ef06b71a82a5642f7e9a29e5368f9d3dbd314
parent260ea00c10e71ec910ba31913fca936d2908e1a3
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