VirtualBox

Changeset 48209 in vbox


Ignore:
Timestamp:
Aug 30, 2013 10:13:19 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Apparently we use underscores in unions/structs in other places. Revert.

Location:
trunk
Files:
4 edited

Legend:

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

    r48208 r48209  
    859859    } n;
    860860    uint64_t            u;
    861 } VMXCAPABILITY;
     861} VMX_CAPABILITY;
    862862#pragma pack()
    863863/** @} */
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r48208 r48209  
    34193419                   )
    34203420                {
    3421                     VMXCAPABILITY vtCaps;
     3421                    VMX_CAPABILITY vtCaps;
    34223422
    34233423                    *pfCaps |= SUPVTCAPS_VT_X;
  • trunk/src/VBox/VMM/VMMR0/HMR0.cpp

    r48208 r48209  
    124124            uint64_t                u64FeatureCtrl;
    125125            uint64_t                u64BasicInfo;
    126             VMXCAPABILITY           vmxPinCtls;
    127             VMXCAPABILITY           vmxProcCtls;
    128             VMXCAPABILITY           vmxProcCtls2;
    129             VMXCAPABILITY           vmxExit;
    130             VMXCAPABILITY           vmxEntry;
     126            VMX_CAPABILITY          vmxPinCtls;
     127            VMX_CAPABILITY          vmxProcCtls;
     128            VMX_CAPABILITY          vmxProcCtls2;
     129            VMX_CAPABILITY          vmxExit;
     130            VMX_CAPABILITY          vmxEntry;
    131131            uint64_t                u64Misc;
    132132            uint64_t                u64Cr0Fixed0;
  • trunk/src/VBox/VMM/include/HMInternal.h

    r48208 r48209  
    364364            uint64_t                feature_ctrl;
    365365            uint64_t                vmx_basic_info;
    366             VMXCAPABILITY           vmx_pin_ctls;
    367             VMXCAPABILITY           vmx_proc_ctls;
    368             VMXCAPABILITY           vmx_proc_ctls2;
    369             VMXCAPABILITY           vmx_exit;
    370             VMXCAPABILITY           vmx_entry;
     366            VMX_CAPABILITY          vmx_pin_ctls;
     367            VMX_CAPABILITY          vmx_proc_ctls;
     368            VMX_CAPABILITY          vmx_proc_ctls2;
     369            VMX_CAPABILITY          vmx_exit;
     370            VMX_CAPABILITY          vmx_entry;
    371371            uint64_t                vmx_misc;
    372372            uint64_t                vmx_cr0_fixed0;
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