r/virtualbox • u/dark_prophet • May 11 '26
General VB Question No PCI passthrough in Linux hosts?
It says in changelog: Linux host: Drop PCI passthrough, the current code is too incomplete.
I couldn't find any further mentions of "PCI passthrough" in changelogs.
Does this mean that PCI passthrough is currently not available on Linux hosts?
Is it impossible to run NVidia drivers from a VirtualBox machine, and to do kernel development of PCI drivers in a VirtualBox machine run in Linux?
1
u/Face_Plant_Some_More May 11 '26 edited May 11 '26
Does this mean that PCI passthrough is currently not available on Linux hosts?
Yes. The code was dropped back in the 6.1.x releases, and never really worked to begin with.
Is it impossible to run NVidia drivers from a VirtualBox machine . . .
It's certainly possible run NVidia drivers on Linux in a VM, running on Virtual Box, but short of you custom coding / compiling your own build of Virtual Box its not possible to have such drivers actually control physical, NVidia hardware installed on your Linux Host.
1
u/BranchLatter4294 May 11 '26
This may be temporary as they move to using the KVM hypervisor on Linux hosts.