VirtualBox

Changeset 82544 in vbox


Ignore:
Timestamp:
Dec 11, 2019 11:53:22 AM (5 years ago)
Author:
vboxsync
Message:

VMMR0: No SrvPciRawR0 stuff.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vmm.h

    r81519 r82544  
    382382    VMMR0_DO_INTNET_IF_ABORT_WAIT,
    383383
     384#if 0
    384385    /** Forward call to the PCI driver */
    385386    VMMR0_DO_PCIRAW_REQ = 512,
     387#endif
    386388
    387389    /** The end of the R0 service operations. */
  • trunk/src/VBox/Devices/Makefile.kmk

    r82296 r82544  
    12491249 ServicesR0_SOURCES   = \
    12501250        Network/SrvIntNetR0.cpp \
    1251         $(if $(VBOX_WITH_PCI_PASSTHROUGH),Bus/SrvPciRawR0.cpp,)
     1251#        $(if $(VBOX_WITH_PCI_PASSTHROUGH),Bus/SrvPciRawR0.cpp,)
    12521252 Network/SrvIntNetR0.cpp_CXXFLAGS := $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds))
    12531253
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r81936 r82544  
    20782078            break;
    20792079
    2080 #ifdef VBOX_WITH_PCI_PASSTHROUGH
     2080#if 0 //def VBOX_WITH_PCI_PASSTHROUGH
    20812081        /*
    20822082         * Requests to host PCI driver service.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette