VirtualBox

Changeset 76561 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 1, 2019 3:13:40 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127863
Message:

VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM subtree, with the cpu profiles continue using the current VBOX_CPUDB_ prefix.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp

    r76553 r76561  
    231231static CPUMDBENTRY const * const g_apCpumDbEntries[] =
    232232{
    233 #ifdef VBOX_CPUDB_Intel_Core_i7_6700K
     233#ifdef VBOX_CPUDB_Intel_Core_i7_6700K_h
    234234    &g_Entry_Intel_Core_i7_6700K,
    235235#endif
    236 #ifdef VBOX_CPUDB_Intel_Core_i7_5600U
     236#ifdef VBOX_CPUDB_Intel_Core_i7_5600U_h
    237237    &g_Entry_Intel_Core_i7_5600U,
    238238#endif
    239 #ifdef VBOX_CPUDB_Intel_Core_i5_3570
     239#ifdef VBOX_CPUDB_Intel_Core_i5_3570_h
    240240    &g_Entry_Intel_Core_i5_3570,
    241241#endif
    242 #ifdef VBOX_CPUDB_Intel_Core_i7_3960X
     242#ifdef VBOX_CPUDB_Intel_Core_i7_3960X_h
    243243    &g_Entry_Intel_Core_i7_3960X,
    244244#endif
    245 #ifdef VBOX_CPUDB_Intel_Core_i7_2635QM
     245#ifdef VBOX_CPUDB_Intel_Core_i7_2635QM_h
    246246    &g_Entry_Intel_Core_i7_2635QM,
    247247#endif
    248 #ifdef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz
     248#ifdef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h
    249249    &g_Entry_Intel_Pentium_N3530_2_16GHz,
    250250#endif
    251 #ifdef VBOX_CPUDB_Intel_Atom_330_1_60GHz
     251#ifdef VBOX_CPUDB_Intel_Atom_330_1_60GHz_h
    252252    &g_Entry_Intel_Atom_330_1_60GHz,
    253253#endif
    254 #ifdef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz
     254#ifdef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h
    255255    &g_Entry_Intel_Pentium_M_processor_2_00GHz,
    256256#endif
    257 #ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz
     257#ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h
    258258    &g_Entry_Intel_Xeon_X5482_3_20GHz,
    259259#endif
    260 #ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz
     260#ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h
    261261    &g_Entry_Intel_Core2_X6800_2_93GHz,
    262262#endif
    263 #ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz
     263#ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h
    264264    &g_Entry_Intel_Core2_T7600_2_33GHz,
    265265#endif
    266 #ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz
     266#ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h
    267267    &g_Entry_Intel_Core_Duo_T2600_2_16GHz,
    268268#endif
    269 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
     269#ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h
    270270    &g_Entry_Intel_Pentium_4_3_00GHz,
    271271#endif
    272 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
     272#ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h
    273273    &g_Entry_Intel_Pentium_4_3_00GHz,
    274274#endif
    275275/** @todo pentium, pentium mmx, pentium pro, pentium II, pentium III */
    276 #ifdef VBOX_CPUDB_Intel_80486
     276#ifdef VBOX_CPUDB_Intel_80486_h
    277277    &g_Entry_Intel_80486,
    278278#endif
    279 #ifdef VBOX_CPUDB_Intel_80386
     279#ifdef VBOX_CPUDB_Intel_80386_h
    280280    &g_Entry_Intel_80386,
    281281#endif
    282 #ifdef VBOX_CPUDB_Intel_80286
     282#ifdef VBOX_CPUDB_Intel_80286_h
    283283    &g_Entry_Intel_80286,
    284284#endif
    285 #ifdef VBOX_CPUDB_Intel_80186
     285#ifdef VBOX_CPUDB_Intel_80186_h
    286286    &g_Entry_Intel_80186,
    287287#endif
    288 #ifdef VBOX_CPUDB_Intel_8086
     288#ifdef VBOX_CPUDB_Intel_8086_h
    289289    &g_Entry_Intel_8086,
    290290#endif
    291291
    292 #ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core
     292#ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core_h
    293293    &g_Entry_AMD_FX_8150_Eight_Core,
    294294#endif
    295 #ifdef VBOX_CPUDB_AMD_Phenom_II_X6_1100T
     295#ifdef VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h
    296296    &g_Entry_AMD_Phenom_II_X6_1100T,
    297297#endif
    298 #ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384
     298#ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h
    299299    &g_Entry_Quad_Core_AMD_Opteron_2384,
    300300#endif
    301 #ifdef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200
     301#ifdef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h
    302302    &g_Entry_AMD_Athlon_64_X2_Dual_Core_4200,
    303303#endif
    304 #ifdef VBOX_CPUDB_AMD_Athlon_64_3200
     304#ifdef VBOX_CPUDB_AMD_Athlon_64_3200_h
    305305    &g_Entry_AMD_Athlon_64_3200,
    306306#endif
    307307
    308 #ifdef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz
     308#ifdef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h
    309309    &g_Entry_VIA_QuadCore_L4700_1_2_GHz,
    310310#endif
    311311
    312 #ifdef VBOX_CPUDB_NEC_V20
     312#ifdef VBOX_CPUDB_NEC_V20_h
    313313    &g_Entry_NEC_V20,
    314314#endif
  • trunk/src/VBox/VMM/VMMR3/PATMPatch.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PATMPATCH_H
    19 #define ___PATMPATCH_H
     18#ifndef VMM_INCLUDED_SRC_VMMR3_PATMPatch_h
     19#define VMM_INCLUDED_SRC_VMMR3_PATMPatch_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_AMD_Athlon_64_3200
    20 #define VBOX_CPUDB_AMD_Athlon_64_3200
     19#ifndef VBOX_CPUDB_AMD_Athlon_64_3200_h
     20#define VBOX_CPUDB_AMD_Athlon_64_3200_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h

    r76553 r76561  
    2222 */
    2323
    24 #ifndef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200
    25 #define VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200
     24#ifndef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h
     25#define VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h
    2626#ifndef RT_WITHOUT_PRAGMA_ONCE
    2727# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_AMD_FX_8150_Eight_Core
    20 #define VBOX_CPUDB_AMD_FX_8150_Eight_Core
     19#ifndef VBOX_CPUDB_AMD_FX_8150_Eight_Core_h
     20#define VBOX_CPUDB_AMD_FX_8150_Eight_Core_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_AMD_Phenom_II_X6_1100T
    20 #define VBOX_CPUDB_AMD_Phenom_II_X6_1100T
     19#ifndef VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h
     20#define VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80186.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_80186
    20 #define VBOX_CPUDB_Intel_80186
     19#ifndef VBOX_CPUDB_Intel_80186_h
     20#define VBOX_CPUDB_Intel_80186_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80286.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_80286
    20 #define VBOX_CPUDB_Intel_80286
     19#ifndef VBOX_CPUDB_Intel_80286_h
     20#define VBOX_CPUDB_Intel_80286_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80386.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_80386
    20 #define VBOX_CPUDB_Intel_80386
     19#ifndef VBOX_CPUDB_Intel_80386_h
     20#define VBOX_CPUDB_Intel_80386_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80486.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_80486
    20 #define VBOX_CPUDB_Intel_80486
     19#ifndef VBOX_CPUDB_Intel_80486_h
     20#define VBOX_CPUDB_Intel_80486_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_8086.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_8086
    20 #define VBOX_CPUDB_Intel_8086
     19#ifndef VBOX_CPUDB_Intel_8086_h
     20#define VBOX_CPUDB_Intel_8086_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Atom_330_1_60GHz
    20 #define VBOX_CPUDB_Intel_Atom_330_1_60GHz
     19#ifndef VBOX_CPUDB_Intel_Atom_330_1_60GHz_h
     20#define VBOX_CPUDB_Intel_Atom_330_1_60GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_T7600_2_33GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz
    20 #define VBOX_CPUDB_Intel_Core2_T7600_2_33GHz
     19#ifndef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h
     20#define VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz
    20 #define VBOX_CPUDB_Intel_Core2_X6800_2_93GHz
     19#ifndef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h
     20#define VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_Duo_T2600_2_16GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz
    20 #define VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz
     19#ifndef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h
     20#define VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_i5_3570
    20 #define VBOX_CPUDB_Intel_Core_i5_3570
     19#ifndef VBOX_CPUDB_Intel_Core_i5_3570_h
     20#define VBOX_CPUDB_Intel_Core_i5_3570_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_i7_2635QM
    20 #define VBOX_CPUDB_Intel_Core_i7_2635QM
     19#ifndef VBOX_CPUDB_Intel_Core_i7_2635QM_h
     20#define VBOX_CPUDB_Intel_Core_i7_2635QM_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_i7_3820QM
    20 #define VBOX_CPUDB_Intel_Core_i7_3820QM
     19#ifndef VBOX_CPUDB_Intel_Core_i7_3820QM_h
     20#define VBOX_CPUDB_Intel_Core_i7_3820QM_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_i7_3960X
    20 #define VBOX_CPUDB_Intel_Core_i7_3960X
     19#ifndef VBOX_CPUDB_Intel_Core_i7_3960X_h
     20#define VBOX_CPUDB_Intel_Core_i7_3960X_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_i7_5600U
    20 #define VBOX_CPUDB_Intel_Core_i7_5600U
     19#ifndef VBOX_CPUDB_Intel_Core_i7_5600U_h
     20#define VBOX_CPUDB_Intel_Core_i7_5600U_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Core_i7_6700K
    20 #define VBOX_CPUDB_Intel_Core_i7_6700K
     19#ifndef VBOX_CPUDB_Intel_Core_i7_6700K_h
     20#define VBOX_CPUDB_Intel_Core_i7_6700K_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
    20 #define VBOX_CPUDB_Intel_Pentium_4_3_00GHz
     19#ifndef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h
     20#define VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz
    20 #define VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz
     19#ifndef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h
     20#define VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz
    20 #define VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz
     19#ifndef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h
     20#define VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz
    20 #define VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz
     19#ifndef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h
     20#define VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384
    20 #define VBOX_CPUDB_Quad_Core_AMD_Opteron_2384
     19#ifndef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h
     20#define VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h

    r76553 r76561  
    1717 */
    1818
    19 #ifndef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz
    20 #define VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz
     19#ifndef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h
     20#define VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
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