VirtualBox

Ignore:
Timestamp:
Feb 20, 2023 1:00:56 PM (23 months ago)
Author:
vboxsync
Message:

VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on hardened windows builds. This adds a fFlags parameter to VMR3Create and defines VMCREATE_F_DRIVERLESS, allowing it to switch between default and driverless suplib initialization. The default CFGM config constructor was amended to enable the IEM fallback option by default (only relevant to amd64/x86). [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp

    r98644 r98650  
    286286        }
    287287
     288#else
     289        RT_NOREF1(penmWhat);
     290
    288291        /*
    289292         * Do fallback.
     
    297300            return VINF_SUCCESS;
    298301        }
    299 
    300 #else
    301         RT_NOREF1(penmWhat);
    302302#endif
    303303        return rc;
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