VirtualBox

Changeset 47320 in vbox


Ignore:
Timestamp:
Jul 22, 2013 5:29:13 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87460
Message:

hm_vmx: MSR capability for extended information on String I/O exits.

File:
1 edited

Legend:

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

    r47123 r47320  
    777777/** Memory type that must be used for the VMCS. */
    778778#define MSR_IA32_VMX_BASIC_INFO_VMCS_MEM_TYPE(a)                (((a) >> 50) & 0xF)
     779/** Whether the processor provides additional information for exits due to INS/OUTS. */
     780#define MSR_IA32_VMX_BASIC_INFO_VMCS_INS_OUTS(a)                (((a) >> 54) & 1)
    779781/** @} */
    780782
Note: See TracChangeset for help on using the changeset viewer.

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