VirtualBox

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


Ignore:
Timestamp:
Nov 4, 2013 1:18:09 PM (11 years ago)
Author:
vboxsync
Message:

testing...

File:
1 edited

Legend:

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

    r49376 r49383  
    162162        { 0xc0000000, 0x00010000 },
    163163        { 0xc0010000, 0x00001040 },
    164         { 0xc0011040, 0x00000040 }, /* should cause trouble... */
     164        { 0xc0011040, 0x00004040 }, /* should cause trouble... */
    165165    };
    166166    uint32_t cMsrsFound = 0;
     
    168168    for (unsigned i = 0; i < RT_ELEMENTS(s_aRanges) && RT_SUCCESS(rc); i++)
    169169    {
    170 if (i >= 3)
    171 {
    172 RTStrmFlush(g_pStdOut);
    173 RTThreadSleep(40);
    174 }
     170//if (i >= 3)
     171//{
     172//RTStrmFlush(g_pStdOut);
     173//RTThreadSleep(40);
     174//}
    175175        rc = vmmR3ReportMsrRange(pVM, s_aRanges[i].uFirst, s_aRanges[i].cMsrs, pReportStrm, &cMsrsFound);
    176176    }
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