VirtualBox

Changeset 48216 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 31, 2013 6:47:14 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88606
Message:

VMM/HM: Cleanup.

File:
1 edited

Legend:

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

    r48215 r48216  
    861861/** @} */
    862862
     863/** @name VMX MSRs.
     864 *  @{
     865 */
     866typedef struct VMXMSRS
     867{
     868    uint64_t                u64FeatureCtrl;
     869    uint64_t                u64BasicInfo;
     870    VMX_CAPABILITY          VmxPinCtls;
     871    VMX_CAPABILITY          VmxProcCtls;
     872    VMX_CAPABILITY          VmxProcCtls2;
     873    VMX_CAPABILITY          VmxExit;
     874    VMX_CAPABILITY          VmxEntry;
     875    uint64_t                u64Misc;
     876    uint64_t                u64Cr0Fixed0;
     877    uint64_t                u64Cr0Fixed1;
     878    uint64_t                u64Cr4Fixed0;
     879    uint64_t                u64Cr4Fixed1;
     880    uint64_t                u64VmcsEnum;
     881    uint64_t                u64Vmfunc;
     882    uint64_t                u64EptVpidCaps;
     883} VMXMSRS;
     884/** Pointer to a VMXMSRS struct. */
     885typedef VMXMSRS *PVMXMSRS;
     886/** @} */
     887
    863888/** @name VMX EFLAGS reserved bits.
    864889 * @{
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