VirtualBox

Changeset 49373 in vbox for trunk


Ignore:
Timestamp:
Nov 3, 2013 2:16:37 PM (11 years ago)
Author:
vboxsync
Message:

testing...

File:
1 edited

Legend:

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

    r49372 r49373  
    161161//        { 0xc0000000, 0x00010000 },
    162162        { 0xc0000000, 0x00001000 },
    163         { 0xc0010000, 0x00002000 },
     163        { 0xc0010000, 0x00001000 },
    164164    };
    165165    uint32_t cMsrsFound = 0;
     
    167167    for (unsigned i = 0; i < RT_ELEMENTS(s_aRanges) && RT_SUCCESS(rc); i++)
    168168    {
    169 if (i >= 4)
     169if (i >= 3)
    170170{
    171171RTStrmFlush(g_pStdOut);
    172 RTThreadSleep(25);
     172RTThreadSleep(40);
    173173}
    174174        rc = vmmR3ReportMsrRange(pVM, s_aRanges[i].uFirst, s_aRanges[i].cMsrs, pReportStrm, &cMsrsFound);
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