]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: refactor out vfio_interrupt_setup()
authorJohn Levon <john.levon@nutanix.com>
Wed, 9 Apr 2025 13:48:01 +0000 (15:48 +0200)
committerCédric Le Goater <clg@redhat.com>
Fri, 25 Apr 2025 07:01:38 +0000 (09:01 +0200)
commit54594b520862682d846cb6fa91705a927290eec5
tree83165162543c0549ba118dbd43112b038dd8094b
parentf3028b7d2d9895799159433ccb18180c2d4d1516
vfio: refactor out vfio_interrupt_setup()

Refactor the interrupt setup code out of vfio_realize() for readability.

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/20250409134814.478903-2-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/pci.c