]> git.ipfire.org Git - thirdparty/linux.git/commit
vfio: selftests: Move vfio_selftests_*() helpers into libvfio.c
authorDavid Matlack <dmatlack@google.com>
Wed, 26 Nov 2025 23:17:30 +0000 (23:17 +0000)
committerAlex Williamson <alex@shazbot.org>
Fri, 28 Nov 2025 17:58:07 +0000 (10:58 -0700)
commit19cf492c1bddc93b8a0144aac5295b7cf2bd24b8
treebfca75b4467977304dcca97f19c9d8fa9c0cc7e4
parent657d241e695fa7afa091c77d54ff2df703ece35d
vfio: selftests: Move vfio_selftests_*() helpers into libvfio.c

Move the vfio_selftests_*() helpers into their own file libvfio.c. These
helpers have nothing to do with struct vfio_pci_device, so they don't
make sense in vfio_pci_device.c.

No functional change intended.

Reviewed-by: Alex Mastro <amastro@fb.com>
Tested-by: Alex Mastro <amastro@fb.com>
Reviewed-by: Raghavendra Rao Ananta <rananta@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20251126231733.3302983-16-dmatlack@google.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
tools/testing/selftests/vfio/lib/libvfio.c [new file with mode: 0644]
tools/testing/selftests/vfio/lib/libvfio.mk
tools/testing/selftests/vfio/lib/vfio_pci_device.c