Changeset 99739 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- May 11, 2023 1:01:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r99211 r99739 1734 1734 * Exports the guest (or nested-guest) segment registers into the VMCB. 1735 1735 * 1736 * @returns VBox status code.1737 1736 * @param pVCpu The cross context virtual CPU structure. 1738 1737 * @param pVmcb Pointer to the VM control block. … … 5607 5606 * for re-entry next time around. 5608 5607 * 5609 * @returns Strict VBox status code (i.e. informational status codes too).5610 5608 * @param pSvmTransient The SVM-transient structure. 5611 5609 * @param pDbgState The debug state.
Note:
See TracChangeset
for help on using the changeset viewer.