]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 22:45:52 +0000 (15:45 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 23 Jun 2025 16:50:44 +0000 (09:50 -0700)
commit04c4ca0ae47989d8f1263ffa6b77ab05d6160854
treea1754ff780da01dc75176f2d3009d57d655c0211
parentcd86240fea2645abd3cdd4d87f27f3a4a0595da7
KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()

Don't bother checking if the VM has an assigned device when updating
IRTE entries.  kvm_arch_irq_bypass_add_producer() explicitly increments
the assigned device count, kvm_arch_irq_bypass_del_producer() explicitly
decrements the count before invoking kvm_pi_update_irte(), and
kvm_irq_routing_update() only updates IRTE entries if there's an active
IRQ bypass producer.

Link: https://lore.kernel.org/r/20250611224604.313496-51-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/irq.c