VirtualBox

Changeset 79029 in vbox for trunk/include


Ignore:
Timestamp:
Jun 7, 2019 5:45:17 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Name the exit qualification field as it is in the VT-x spec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r78772 r79029  
    10411041
    10421042
    1043 /** @name VM-entry failure reported in VM-exit qualification.
     1043/** @name VM-entry failure reported in Exit qualification.
    10441044 * See Intel spec. 26.7 "VM-entry failures during or after loading guest-state".
    10451045 * @{
     
    33953395    VMXINSTRID              uInstrId;
    33963396
    3397     /** The VM-exit qualification field. */
     3397    /** The Exit qualification field. */
    33983398    uint64_t                u64Qual;
    3399     /** The guest-linear address field. */
     3399    /** The Guest-linear address field. */
    34003400    uint64_t                u64GuestLinearAddr;
    3401     /** The guest-physical address field. */
     3401    /** The Guest-physical address field. */
    34023402    uint64_t                u64GuestPhysAddr;
    34033403    /** The effective guest-linear address if @a InstrInfo indicates a memory-based
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette