]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: refactor out IRQ signalling setup
authorJohn Levon <john.levon@nutanix.com>
Tue, 20 May 2025 15:03:53 +0000 (16:03 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 5 Jun 2025 08:40:38 +0000 (10:40 +0200)
commita483ad534734ad0c9e1fea34d959d0e62838b89e
tree1bcf05eee06a1af8d691a005ae3870844b2a466e
parent15399459467ff62fff7e28a554f44364fbf4204d
vfio: refactor out IRQ signalling setup

This makes for a slightly more readable vfio_msix_vector_do_use()
implementation, and we will rely on this shortly.

Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250520150419.2172078-5-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/pci.c