VirtualBox

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


Ignore:
Timestamp:
Nov 1, 2013 9:17:55 AM (11 years ago)
Author:
vboxsync
Message:

VMM/VMMTests: test fewer MSRs in the 0xc0000000 range to prevent reboots of two AMD testboxes

File:
1 edited

Legend:

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

    r49164 r49357  
    146146    int rc2 = vmmR3ReportMsrRange(pVM, 0x40000000, 0x00012000, NULL, &cMsrsFound);
    147147    int rc3 = vmmR3ReportMsrRange(pVM, 0x80000000, 0x00012000, NULL, &cMsrsFound);
    148     int rc4 = vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00102000, NULL, &cMsrsFound);
     148    /* for some reason this crashes two AMD testboxes */
     149//    int rc4 = vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00102000, NULL, &cMsrsFound);
     150    int rc4 = vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00010000, NULL, &cMsrsFound);
    149151    if (RT_FAILURE(rc2) && RT_SUCCESS(rc))
    150152        rc = rc2;
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