Changeset 71842 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Apr 12, 2018 10:10:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71841 r71842 4308 4308 4309 4309 /** 4310 * Prepares to run guest code in AMD-V and we've committed to doing so. This 4311 * means there is no backing out to ring-3 or anywhere else at this 4312 * point. 4310 * Prepares to run guest or nested-guest code in AMD-V and we've committed to 4311 * doing so. 4312 * 4313 * This means there is no backing out to ring-3 or anywhere else at this point. 4313 4314 * 4314 4315 * @param pVM The cross context VM structure.
Note:
See TracChangeset
for help on using the changeset viewer.