VirtualBox

Changeset 79629 in vbox


Ignore:
Timestamp:
Jul 9, 2019 6:34:59 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 VMX_EXIT_IDT_INFO_FROM_ENTRY_INT_INFO -> VMX_IDT_INFO_FROM_ENTRY_INT_INFO.

File:
1 edited

Legend:

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

    r79571 r79629  
    27182718/** Construct an IDT-vectoring information field from an VM-entry interruption
    27192719 *  information field (same except that bit 12 is reserved). */
    2720 #define VMX_EXIT_IDT_INFO_FROM_ENTRY_INT_INFO(a)                ((a) & ~RT_BIT(12))
     2720#define VMX_IDT_INFO_FROM_ENTRY_INT_INFO(a)                     ((a) & ~RT_BIT(12))
    27212721
    27222722/** Bit fields for IDT-vectoring information. */
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