Changeset 79029 in vbox for trunk/include
- Timestamp:
- Jun 7, 2019 5:45:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r78772 r79029 1041 1041 1042 1042 1043 /** @name VM-entry failure reported in VM-exit qualification.1043 /** @name VM-entry failure reported in Exit qualification. 1044 1044 * See Intel spec. 26.7 "VM-entry failures during or after loading guest-state". 1045 1045 * @{ … … 3395 3395 VMXINSTRID uInstrId; 3396 3396 3397 /** The VM-exit qualification field. */3397 /** The Exit qualification field. */ 3398 3398 uint64_t u64Qual; 3399 /** The guest-linear address field. */3399 /** The Guest-linear address field. */ 3400 3400 uint64_t u64GuestLinearAddr; 3401 /** The guest-physical address field. */3401 /** The Guest-physical address field. */ 3402 3402 uint64_t u64GuestPhysAddr; 3403 3403 /** The effective guest-linear address if @a InstrInfo indicates a memory-based
Note:
See TracChangeset
for help on using the changeset viewer.