Changeset 49357 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Nov 1, 2013 9:17:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMTests.cpp
r49164 r49357 146 146 int rc2 = vmmR3ReportMsrRange(pVM, 0x40000000, 0x00012000, NULL, &cMsrsFound); 147 147 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); 149 151 if (RT_FAILURE(rc2) && RT_SUCCESS(rc)) 150 152 rc = rc2;
Note:
See TracChangeset
for help on using the changeset viewer.