Changeset 49369 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Nov 2, 2013 9:07:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMTests.cpp
r49367 r49369 158 158 vmmR3ReportMsrRange(pVM, 0x40000000, 0x00012000, pReportStrm, &cMsrsFound), 159 159 vmmR3ReportMsrRange(pVM, 0x80000000, 0x00012000, pReportStrm, &cMsrsFound), 160 vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00102000, pReportStrm, &cMsrsFound), 160 // vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00102000, pReportStrm, &cMsrsFound), 161 vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00010000, pReportStrm, &cMsrsFound), 162 vmmR3ReportMsrRange(pVM, 0xc0010000, 0x00002000, pReportStrm, &cMsrsFound), 161 163 }; 162 164 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.