VirtualBox

Changeset 63710 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 5, 2016 12:01:39 PM (8 years ago)
Author:
vboxsync
Message:

VBoxVMMPreload: only try to load VBoxDD2R0 if really necessary

Location:
trunk/src/VBox/VMM/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/tools/Makefile.kmk

    r62478 r63710  
    4545VBoxVMMPreload_TEMPLATE  := $(if $(VBOX_WITH_HARDENING),VBoxR3Dll,VBOXR3EXE)
    4646VBoxVMMPreload_SOURCES    = VBoxVMMPreload.cpp
     47VBoxVMMPreload_DEFS       = \
     48        $(if $(VBOX_WITH_NEW_APIC),VBOX_WITH_NEW_APIC,) \
     49        $(if $(VBOX_WITH_NEW_IOAPIC),VBOX_WITH_NEW_IOAPIC,)
    4750VBoxVMMPreload_LIBS = $(LIB_RUNTIME)
    4851ifdef VBOX_WITH_HARDENING
  • trunk/src/VBox/VMM/tools/VBoxVMMPreload.cpp

    r62775 r63710  
    4848    { "VMMR0.r0",       true,  NULL },
    4949    { "VBoxDDR0.r0",    true,  NULL },
     50#if !defined(VBOX_WITH_NEW_APIC) || !defined(VBOX_WITH_NEW_IOAPIC)
    5051    { "VBoxDD2R0.r0",   true,  NULL },
     52#endif
    5153};
    5254
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