Changeset 50509 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 19, 2014 3:57:56 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r50506 r50509 1261 1261 ++cMsrs; 1262 1262 int rc = hmR0VmxSetAutoLoadStoreMsrCount(pVCpu, cMsrs); 1263 AssertRC Return(rc,rc);1263 AssertRC(rc); 1264 1264 1265 1265 /* Now that we're swapping MSRs during the world-switch, allow the guest to read/write them without causing VM-exits. */
Note:
See TracChangeset
for help on using the changeset viewer.