Changeset 68228 in vbox for trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
- Timestamp:
- Aug 2, 2017 9:12:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r68226 r68228 2628 2628 * Restores the host-state from the host-state save area as part of a \#VMEXIT. 2629 2629 * 2630 * @param pVCpu The cross context virtual CPU structure of the calling EMT.2631 2630 * @param pCtx The guest-CPU context. 2632 2631 */ … … 2666 2665 * Saves the host-state to the host-state save area as part of a VMRUN. 2667 2666 * 2668 * @param pVCpu The cross context virtual CPU structure of the calling EMT.2669 2667 * @param pCtx The guest-CPU context. 2670 2668 * @param cbInstr The length of the VMRUN instruction in bytes.
Note:
See TracChangeset
for help on using the changeset viewer.