]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/pci: pass vector to virq functions
authorSteve Sistare <steven.sistare@oracle.com>
Tue, 10 Jun 2025 15:39:27 +0000 (08:39 -0700)
committerCédric Le Goater <clg@redhat.com>
Wed, 11 Jun 2025 12:01:58 +0000 (14:01 +0200)
commitd364d802fe4a5d73b2e88cb9b80799692f1ee8a5
tree3b85e0501eaa81feb5d3f1861104eddaa0aa6248
parent8f5c6960269124674895032f344fa71f8be5d49c
vfio/pci: pass vector to virq functions

Pass the vector number to vfio_connect_kvm_msi_virq and
vfio_remove_kvm_msi_virq, so it can be passed to their subroutines in
a subsequent patch.  No functional change.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/1749569991-25171-15-git-send-email-steven.sistare@oracle.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/pci.c