Commit 292e9ee2 authored by David Matlack's avatar David Matlack Committed by Alex Williamson
Browse files

selftests: Create tools/testing/selftests/vfio



Create the directory tools/testing/selftests/vfio with a stub Makefile
and hook it up to the top-level selftests Makefile.

This directory will be used in subsequent commits to host selftests for
the VFIO subsystem.

Acked-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarDavid Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20250822212518.4156428-2-dmatlack@google.com


Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 767b1ed8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -26440,6 +26440,7 @@ F: drivers/vfio/
F:	include/linux/vfio.h
F:	include/linux/vfio_pci_core.h
F:	include/uapi/linux/vfio.h
F:	tools/testing/selftests/vfio/
VFIO FSL-MC DRIVER
L:	kvm@vger.kernel.org
@@ -26504,6 +26505,12 @@ L: qat-linux@intel.com
S:	Supported
F:	drivers/vfio/pci/qat/
VFIO SELFTESTS
M:	David Matlack <dmatlack@google.com>
L:	kvm@vger.kernel.org
S:	Maintained
F:	tools/testing/selftests/vfio/
VFIO VIRTIO PCI DRIVER
M:	Yishai Hadas <yishaih@nvidia.com>
L:	kvm@vger.kernel.org
+1 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ TARGETS += uevent
TARGETS += user_events
TARGETS += vDSO
TARGETS += mm
TARGETS += vfio
TARGETS += x86
TARGETS += x86/bugs
TARGETS += zram
+7 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
*
!/**/
!*.c
!*.h
!*.S
!*.sh
+2 −0
Original line number Diff line number Diff line
CFLAGS = $(KHDR_INCLUDES)
include ../lib.mk