Changeset 76543 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 30, 2018 6:38:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127845
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 67 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/.scm-settings
r69459 r76543 21 21 --filter-out-files /testcase/dev.tar.gz 22 22 23 /include/PGMGstDefs.h: --no-fix-header-guards 24 /VMMR0/PGMR0Bth.h: --no-fix-header-guards 25 /VMMR3/PGMPhysRWTmpl.h: --no-fix-header-guards 26 /VMMRC/PGMRCBth.h: --no-fix-header-guards 27 /VMMRC/PGMRCShw.h: --no-fix-header-guards 28 /VMMRC/PGMRCGst.h: --no-fix-header-guards 29 /VMMAll/PGMAllBth.h: --no-fix-header-guards 30 /VMMAll/PGMAllGst.h: --no-fix-header-guards 31 /VMMAll/PGMAllShw.h: --no-fix-header-guards 32 33 /testcase/tstVMStruct.h: --no-fix-header-guards 34 -
trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h
r69474 r76543 18 18 #ifndef ___GMMR0Internal_h 19 19 #define ___GMMR0Internal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/gmm.h> -
trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h
r69474 r76543 18 18 #ifndef ___GVMMR0Internal_h 19 19 #define ___GVMMR0Internal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/mem.h> -
trunk/src/VBox/VMM/VMMR0/HMSVMR0.h
r76482 r76543 18 18 #ifndef ___HMSVMR0_h 19 19 #define ___HMSVMR0_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.h
r76482 r76543 18 18 #ifndef ___HMVMXR0_h 19 19 #define ___HMVMXR0_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 RT_C_DECLS_BEGIN -
trunk/src/VBox/VMM/VMMR3/PATMPatch.h
r69474 r76543 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___PATMPATCH_H 18 19 #define ___PATMPATCH_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 int patmPatchAddReloc32(PVM pVM, PPATCHINFO pPatch, uint8_t *pRelocHC, uint32_t uType, RTRCPTR pSource = 0, RTRCPTR pDest = 0); -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_AMD_Athlon_64_3200 20 20 #define VBOX_CPUDB_AMD_Athlon_64_3200 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h
r69111 r76543 24 24 #ifndef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200 25 25 #define VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200 26 #ifndef RT_WITHOUT_PRAGMA_ONCE 27 # pragma once 28 #endif 26 29 27 30 -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_AMD_FX_8150_Eight_Core 20 20 #define VBOX_CPUDB_AMD_FX_8150_Eight_Core 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_AMD_Phenom_II_X6_1100T 20 20 #define VBOX_CPUDB_AMD_Phenom_II_X6_1100T 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80186.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_80186 20 20 #define VBOX_CPUDB_Intel_80186 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #ifndef CPUM_DB_STANDALONE -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80286.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_80286 20 20 #define VBOX_CPUDB_Intel_80286 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #ifndef CPUM_DB_STANDALONE -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80386.h
r70399 r76543 19 19 #ifndef VBOX_CPUDB_Intel_80386 20 20 #define VBOX_CPUDB_Intel_80386 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #ifndef CPUM_DB_STANDALONE -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80486.h
r70399 r76543 19 19 #ifndef VBOX_CPUDB_Intel_80486 20 20 #define VBOX_CPUDB_Intel_80486 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #ifndef CPUM_DB_STANDALONE -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_8086.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_8086 20 20 #define VBOX_CPUDB_Intel_8086 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #ifndef CPUM_DB_STANDALONE -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Atom_330_1_60GHz 20 20 #define VBOX_CPUDB_Intel_Atom_330_1_60GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_T7600_2_33GHz.h
r69900 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz 20 20 #define VBOX_CPUDB_Intel_Core2_T7600_2_33GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz 20 20 #define VBOX_CPUDB_Intel_Core2_X6800_2_93GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_Duo_T2600_2_16GHz.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz 20 20 #define VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_i5_3570 20 20 #define VBOX_CPUDB_Intel_Core_i5_3570 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_i7_2635QM 20 20 #define VBOX_CPUDB_Intel_Core_i7_2635QM 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_i7_3820QM 20 20 #define VBOX_CPUDB_Intel_Core_i7_3820QM 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_i7_3960X 20 20 #define VBOX_CPUDB_Intel_Core_i7_3960X 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_i7_5600U 20 20 #define VBOX_CPUDB_Intel_Core_i7_5600U 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Core_i7_6700K 20 20 #define VBOX_CPUDB_Intel_Core_i7_6700K 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Pentium_4_3_00GHz 20 20 #define VBOX_CPUDB_Intel_Pentium_4_3_00GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz 20 20 #define VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz 20 20 #define VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz 20 20 #define VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h
r69111 r76543 19 19 #ifndef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384 20 20 #define VBOX_CPUDB_Quad_Core_AMD_Opteron_2384 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h
r73257 r76543 19 19 #ifndef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz 20 20 #define VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 -
trunk/src/VBox/VMM/include/APICInternal.h
r76402 r76543 18 18 #ifndef ___APICInternal_h 19 19 #define ___APICInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/sup.h> -
trunk/src/VBox/VMM/include/CSAMInternal.h
r69474 r76543 18 18 #ifndef ___CSAMInternal_h 19 19 #define ___CSAMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/DBGFInternal.h
r73460 r76543 18 18 #ifndef ___DBGFInternal_h 19 19 #define ___DBGFInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/EMInternal.h
r73022 r76543 18 18 #ifndef ___EMInternal_h 19 19 #define ___EMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/FTMInternal.h
r69111 r76543 18 18 #ifndef ___FTMInternal_h 19 19 #define ___FTMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/GIMHvInternal.h
r73340 r76543 18 18 #ifndef ___GIMHvInternal_h 19 19 #define ___GIMHvInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/gim.h> -
trunk/src/VBox/VMM/include/GIMInternal.h
r69111 r76543 18 18 #ifndef ___GIMInternal_h 19 19 #define ___GIMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/gim.h> -
trunk/src/VBox/VMM/include/GIMMinimalInternal.h
r69111 r76543 18 18 #ifndef ___GIMMinimalInternal_h 19 19 #define ___GIMMinimalInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/VMM/include/HMInternal.h
r76489 r76543 18 18 #ifndef ___HMInternal_h 19 19 #define ___HMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/IEMInternal.h
r75611 r76543 18 18 #ifndef ___IEMInternal_h 19 19 #define ___IEMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/cpum.h> -
trunk/src/VBox/VMM/include/IOMInline.h
r76397 r76543 18 18 #ifndef ___IOMInline_h 19 19 #define ___IOMInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/errcore.h> -
trunk/src/VBox/VMM/include/IOMInternal.h
r69474 r76543 18 18 #ifndef ___IOMInternal_h 19 19 #define ___IOMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define IOM_WITH_CRIT_SECT_RW -
trunk/src/VBox/VMM/include/MMInternal.h
r69474 r76543 18 18 #ifndef ___MMInternal_h 19 19 #define ___MMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/NEMInternal.h
r74517 r76543 18 18 #ifndef ___NEMInternal_h 19 19 #define ___NEMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/PATMInternal.h
r73097 r76543 18 18 #ifndef ___PATMInternal_h 19 19 #define ___PATMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
r69111 r76543 18 18 #ifndef ___PDMAsyncCompletionInternal_h 19 19 #define ___PDMAsyncCompletionInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r70778 r76543 18 18 #ifndef ___PDMBlkCacheInternal_h 19 19 #define ___PDMBlkCacheInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/cfgm.h> -
trunk/src/VBox/VMM/include/PDMInline.h
r69111 r76543 16 16 */ 17 17 18 18 #ifndef VBOX_INCLUDED_PDMInline_h 19 #define VBOX_INCLUDED_PDMInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 … … 35 39 } 36 40 41 #endif 42 -
trunk/src/VBox/VMM/include/PDMInternal.h
r72493 r76543 18 18 #ifndef ___PDMInternal_h 19 19 #define ___PDMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/types.h> -
trunk/src/VBox/VMM/include/PDMNetShaperInternal.h
r69111 r76543 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef VBOX_INCLUDED_PDMNetShaperInternal_h 19 #define VBOX_INCLUDED_PDMNetShaperInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 /** … … 45 51 typedef PDMNSBWGROUP *PPDMNSBWGROUP; 46 52 53 #endif 54 -
trunk/src/VBox/VMM/include/PGMInline.h
r70977 r76543 18 18 #ifndef ___PGMInline_h 19 19 #define ___PGMInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/PGMInternal.h
r73324 r76543 18 18 #ifndef ___PGMInternal_h 19 19 #define ___PGMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/REMInternal.h
r69474 r76543 18 18 #ifndef ___REMInternal_h 19 19 #define ___REMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/types.h> -
trunk/src/VBox/VMM/include/SELMInline.h
r69474 r76543 18 18 #ifndef ___SELMInline_h 19 19 #define ___SELMInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef VBOX_WITH_RAW_MODE_NOT_R0 -
trunk/src/VBox/VMM/include/SELMInternal.h
r69474 r76543 18 18 #ifndef ___SELMInternal_h 19 19 #define ___SELMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/SSMInternal.h
r69474 r76543 18 18 #ifndef ___SSMInternal_h 19 19 #define ___SSMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/STAMInternal.h
r72300 r76543 18 18 #ifndef ___STAMInternal_h 19 19 #define ___STAMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/TMInline.h
r69111 r76543 18 18 #ifndef ___TMInline_h 19 19 #define ___TMInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/VMM/include/TMInternal.h
r72522 r76543 18 18 #ifndef ___TMInternal_h 19 19 #define ___TMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/TRPMInternal.h
r69474 r76543 18 18 #ifndef ___TRPMInternal_h 19 19 #define ___TRPMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/VMInternal.h
r73351 r76543 18 18 #ifndef ___VMInternal_h 19 19 #define ___VMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/VMMInternal.h
r75646 r76543 18 18 #ifndef ___VMMInternal_h 19 19 #define ___VMMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/include/VMMSwitcher.h
r69474 r76543 18 18 #ifndef ___VMMSwitcher_h 19 19 #define ___VMMSwitcher_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/vmm.h> -
trunk/src/VBox/VMM/testcase/tstHelp.h
r73097 r76543 18 18 #ifndef ___tstHelp_h 19 19 #define ___tstHelp_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/testcase/tstMicro.h
r69474 r76543 18 18 #ifndef ___tstMicro_h 19 19 #define ___tstMicro_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** -
trunk/src/VBox/VMM/tools/VBoxCpuReport.h
r69654 r76543 16 16 */ 17 17 18 19 18 #ifndef ___VBoxCpuReport_h___ 20 19 #define ___VBoxCpuReport_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include <VBox/sup.h>
Note:
See TracChangeset
for help on using the changeset viewer.