Changeset 73943 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Aug 29, 2018 10:10:48 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r73770 r73943 5848 5848 * Decodes the memory operand of a VM-exit due to instruction execution. 5849 5849 * 5850 * For instructions with two operands, the second operand is usually found in the5851 * VM-exit qualification field.5850 * The VM-exit qualification field provides the displacement field for memory 5851 * operand instructions, if any. 5852 5852 * 5853 5853 * @returns Strict VBox status code (i.e. informational status codes too).
Note:
See TracChangeset
for help on using the changeset viewer.