Changeset 71966 in vbox for trunk/src/VBox
- Timestamp:
- Apr 23, 2018 4:40:51 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r71933 r71966 146 146 /* 147 147 * Restore fields as our own code might look at the VMCB controls as part 148 * of the #VMEXIT handling. Otherwise, we don't need to restore the current 149 * fields because none of them are written by a physical CPU on #VMEXIT. 148 * of the #VMEXIT handling in IEM. Otherwise, strictly speaking we don't need to 149 * restore these fields because currently none of them are written back to memory 150 * by a physical CPU on #VMEXIT. 150 151 */ 151 152 pVmcbNstGstCtrl->u16InterceptRdCRx = pVmcbNstGstCache->u16InterceptRdCRx;
Note:
See TracChangeset
for help on using the changeset viewer.