VFIO - Virtual Function I/O

Co-Authored-By: richardg867 <540874+richardg867@users.noreply.github.com>
This commit is contained in:
Jasmine Iwanek
2025-09-06 22:39:16 -04:00
parent da7bec3beb
commit f3f2068d1a
6 changed files with 3425 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ cmake_dependent_option(SIO_DETECT "Super I/O Detection Helper"
cmake_dependent_option(WACOM "Wacom Input Devices" ON "DEV_BRANCH" OFF)
cmake_dependent_option(XL24 "ATI VGA Wonder XL24 (ATI-28800-6)" ON "DEV_BRANCH" OFF)
cmake_dependent_option(NETSWITCH "Network Switch Support" ON "DEV_BRANCH" OFF)
cmake_dependent_option(VFIO "Virtual Function I/O" ON "DEV_BRANCH" OFF)
# Ditto but for Qt
if(QT)