Changeset 82212 in vbox
- Timestamp:
- Nov 26, 2019 12:53:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r82211 r82212 482 482 # Enables the audio endpoint detection on Windows hosts. 483 483 VBOX_WITH_AUDIO_MMNOTIFICATION_CLIENT = 1 484 ## Enable PCI passthrough support. 485 ## @bugref{9218}: Disabled awaiting conversion of the device to new PDM device style. 486 #VBOX_WITH_PCI_PASSTHROUGH = 1 484 # Enable PCI passthrough support. 485 VBOX_WITH_PCI_PASSTHROUGH = 1 487 486 # Enable statically linked dbus support. 488 487 if1of ($(KBUILD_TARGET), linux solaris) … … 551 550 endif 552 551 ifdef VBOX_WITH_PCI_PASSTHROUGH 553 VBOX_WITH_PCI_PASSTHROUGH_IMPL = 1 552 ## @bugref{9218}: Disabled awaiting conversion of the device to new PDM device style. 553 #VBOX_WITH_PCI_PASSTHROUGH_IMPL = 1 554 554 endif 555 555 ifndef VBOX_WITHOUT_HOSTWEBCAM
Note:
See TracChangeset
for help on using the changeset viewer.