Changeset 71967 in vbox
- Timestamp:
- Apr 23, 2018 5:08:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h
r71933 r71967 127 127 * Write exactly what the CPU does on #VMEXIT thereby preserving most other bits in the 128 128 * guest's VMCB in memory, see @bugref{7243#c113} and related comment on iemSvmVmrun(). 129 *130 129 */ 131 130 PSVMVMCB pVmcbMem; … … 244 243 /* 245 244 * Save the exit interrupt-information field. 246 * We choose to write the whole field including reserved bits as it was observed on an 245 * 246 * We write the whole field including overwriting reserved bits as it was observed on an 247 247 * AMD Ryzen 5 Pro 1500 that the CPU does not preserve reserved bits in EXITINTINFO. 248 248 */
Note:
See TracChangeset
for help on using the changeset viewer.