VirtualBox

Changeset 49144 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 16, 2013 6:13:11 PM (11 years ago)
Author:
vboxsync
Message:

More MSRs per call on non-windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMMTests.cpp

    r49141 r49144  
    679679             * The MSRs.
    680680             */
     681#ifdef RT_OS_WINDOWS /* Paranoia: Avoid DPC and other watchdogs. */
    681682            uint32_t const      cMsrsPerCall = 1024;
     683#else
     684            uint32_t const      cMsrsPerCall = 4096;
     685#endif
    682686            uint32_t            cbResults = cMsrsPerCall * sizeof(VMMTESTMSRENTRY);
    683687            PVMMTESTMSRENTRY    paResults;
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