Changeset 49144 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 16, 2013 6:13:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMTests.cpp
r49141 r49144 679 679 * The MSRs. 680 680 */ 681 #ifdef RT_OS_WINDOWS /* Paranoia: Avoid DPC and other watchdogs. */ 681 682 uint32_t const cMsrsPerCall = 1024; 683 #else 684 uint32_t const cMsrsPerCall = 4096; 685 #endif 682 686 uint32_t cbResults = cMsrsPerCall * sizeof(VMMTESTMSRENTRY); 683 687 PVMMTESTMSRENTRY paResults;
Note:
See TracChangeset
for help on using the changeset viewer.