Merge pull request #279146 from alyssais/udmabuf

linux: enable UDMABUF
This commit is contained in:
Jörg Thalheim
2024-01-07 11:54:35 +01:00
committed by GitHub
@@ -675,6 +675,8 @@ let
VFIO_PCI_VGA = mkIf stdenv.is64bit yes;
UDMABUF = whenAtLeast "4.20" yes;
# VirtualBox guest drivers in the kernel conflict with the ones in the
# official additions package and prevent the vboxsf module from loading,
# so disable them for now.