Changeset 76507 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 30, 2018 3:43:09 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127808
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 66 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/apic.h
r76402 r76507 26 26 #ifndef ___VBox_vmm_apic_h 27 27 #define ___VBox_vmm_apic_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/cfgm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_cfgm_h 27 27 #define ___VBox_vmm_cfgm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/cpum.h
r76491 r76507 26 26 #ifndef ___VBox_vmm_cpum_h 27 27 #define ___VBox_vmm_cpum_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/x86.h> -
trunk/include/VBox/vmm/cpumctx-v1_6.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_cpumctx_v1_6_h 27 27 #define ___VBox_vmm_cpumctx_v1_6_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/x86.h> -
trunk/include/VBox/vmm/cpumctx.h
r76464 r76507 26 26 #ifndef ___VBox_vmm_cpumctx_h 27 27 #define ___VBox_vmm_cpumctx_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #ifndef VBOX_FOR_DTRACE_LIB -
trunk/include/VBox/vmm/cpumdis.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_cpumdis_h 27 27 #define ___VBox_vmm_cpumdis_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/cpum.h> -
trunk/include/VBox/vmm/csam.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_csam_h 27 27 #define ___VBox_vmm_csam_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgf.h
r73491 r76507 26 26 #ifndef ___VBox_vmm_dbgf_h 27 27 #define ___VBox_vmm_dbgf_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgfcorefmt.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_dbgfcore_h 27 27 #define ___VBox_vmm_dbgfcore_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgfsel.h
r69107 r76507 24 24 */ 25 25 26 27 26 #ifndef ___VBox_vmm_dbgfsel_h 28 27 #define ___VBox_vmm_dbgfsel_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/dbgftrace.h
r72686 r76507 26 26 #ifndef ___VBox_vmm_dbgftrace_h 27 27 #define ___VBox_vmm_dbgftrace_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/trace.h> -
trunk/include/VBox/vmm/em.h
r75646 r76507 26 26 #ifndef ___VBox_vmm_em_h 27 27 #define ___VBox_vmm_em_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/ftm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_ftm_h 27 27 #define ___VBox_vmm_ftm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/gim.h
r72469 r76507 26 26 #ifndef ___VBox_vmm_gim_h 27 27 #define ___VBox_vmm_gim_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/vmm/gmm.h
r76393 r76507 26 26 #ifndef ___VBox_vmm_gmm_h 27 27 #define ___VBox_vmm_gmm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/gvmm.h> -
trunk/include/VBox/vmm/gvm.h
r72300 r76507 25 25 */ 26 26 27 28 27 #ifndef ___VBox_vmm_gvm_h 29 28 #define ___VBox_vmm_gvm_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/gvmm.h
r75661 r76507 27 27 #ifndef ___VBox_vmm_gvmm_h 28 28 #define ___VBox_vmm_gvmm_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/hm.h
r76469 r76507 26 26 #ifndef ___VBox_vmm_hm_h 27 27 #define ___VBox_vmm_hm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pgm.h> -
trunk/include/VBox/vmm/hm_svm.h
r76463 r76507 26 26 #ifndef ___VBox_vmm_svm_h 27 27 #define ___VBox_vmm_svm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/hm_vmx.h
r76472 r76507 26 26 #ifndef ___VBox_vmm_vmx_h 27 27 #define ___VBox_vmm_vmx_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/hmvmxinline.h
r76397 r76507 26 26 #ifndef ___VBox_vmm_hmvmxinline_h 27 27 #define ___VBox_vmm_hmvmxinline_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/hm_vmx.h> -
trunk/include/VBox/vmm/iem.h
r76041 r76507 26 26 #ifndef ___VBox_vmm_iem_h 27 27 #define ___VBox_vmm_iem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/iom.h
r71925 r76507 26 26 #ifndef ___VBox_vmm_iom_h 27 27 #define ___VBox_vmm_iom_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/mm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_mm_h 27 27 #define ___VBox_vmm_mm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/nem.h
r72917 r76507 26 26 #ifndef ___VBox_vmm_nem_h 27 27 #define ___VBox_vmm_nem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/patm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_patm_h 27 27 #define ___VBox_vmm_patm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdm.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdm_h 27 27 #define ___VBox_vmm_pdm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmapi.h> -
trunk/include/VBox/vmm/pdmapi.h
r70039 r76507 30 30 #ifndef ___VBox_vmm_pdmapi_h 31 31 #define ___VBox_vmm_pdmapi_h 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #include <VBox/vmm/pdmcommon.h> -
trunk/include/VBox/vmm/pdmasynccompletion.h
r76398 r76507 26 26 #ifndef ___VBox_vmm_pdmasynccompletion_h 27 27 #define ___VBox_vmm_pdmasynccompletion_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmasynctask.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmasynctask_h 27 27 #define ___VBox_vmm_pdmasynctask_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmaudioifs.h
r75962 r76507 174 174 #ifndef ___VBox_vmm_pdmaudioifs_h 175 175 #define ___VBox_vmm_pdmaudioifs_h 176 #ifndef RT_WITHOUT_PRAGMA_ONCE 177 # pragma once 178 #endif 176 179 177 180 #include <iprt/assertcompile.h> -
trunk/include/VBox/vmm/pdmblkcache.h
r76399 r76507 26 26 #ifndef ___VBox_vmm_pdmblkcache_h 27 27 #define ___VBox_vmm_pdmblkcache_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcardreaderinfs.h
r69107 r76507 27 27 #ifndef ___VBox_vmm_pdmcardreaderinfs_h 28 28 #define ___VBox_vmm_pdmcardreaderinfs_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcommon.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmcommon_h 27 27 #define ___VBox_vmm_pdmcommon_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcritsect.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmcritsect_h 27 27 #define ___VBox_vmm_pdmcritsect_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmcritsectrw.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmcritsectrw_h 27 27 #define ___VBox_vmm_pdmcritsectrw_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmdev.h
r76407 r76507 26 26 #ifndef ___VBox_vmm_pdmdev_h 27 27 #define ___VBox_vmm_pdmdev_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmqueue.h> -
trunk/include/VBox/vmm/pdmdrv.h
r76404 r76507 26 26 #ifndef ___VBox_vmm_pdmdrv_h 27 27 #define ___VBox_vmm_pdmdrv_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmqueue.h> -
trunk/include/VBox/vmm/pdmifs.h
r76382 r76507 26 26 #ifndef ___VBox_vmm_pdmifs_h 27 27 #define ___VBox_vmm_pdmifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/sg.h> -
trunk/include/VBox/vmm/pdmins.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmins_h 27 27 #define ___VBox_vmm_pdmins_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 -
trunk/include/VBox/vmm/pdmnetifs.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmnetifs_h 27 27 #define ___VBox_vmm_pdmnetifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmnetinline.h
r69107 r76507 29 29 #ifndef ___VBox_vmm_pdmnetinline_h_ 30 30 #define ___VBox_vmm_pdmnetinline_h_ 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 -
trunk/include/VBox/vmm/pdmnetshaper.h
r76404 r76507 26 26 #ifndef ___VBox_vmm_pdmnetshaper_h 27 27 #define ___VBox_vmm_pdmnetshaper_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmnvram.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmnvram_h_ 27 27 #define ___VBox_vmm_pdmnvram_h_ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmpci.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_pdmpci_h 27 27 #define ___VBox_vmm_pdmpci_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmpcidev.h
r70181 r76507 26 26 #ifndef ___VBox_vmm_pdmpcidev_h 27 27 #define ___VBox_vmm_pdmpcidev_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/pci.h> -
trunk/include/VBox/vmm/pdmpcidevint.h
r69107 r76507 27 27 #ifndef ___VBox_vmm_pdmpcidevint_h 28 28 #define ___VBox_vmm_pdmpcidevint_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/vmm/pdmdev.h> -
trunk/include/VBox/vmm/pdmqueue.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmqueue_h 27 27 #define ___VBox_vmm_pdmqueue_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmserialifs.h
r74446 r76507 26 26 #ifndef ___VBox_vmm_pdmserialifs_h 27 27 #define ___VBox_vmm_pdmserialifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/pdmsrv.h
r73097 r76507 28 28 #ifndef ___VBox_vmm_pdmsrv_h 29 29 #define ___VBox_vmm_pdmsrv_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #include <VBox/vmm/pdmifs.h> -
trunk/include/VBox/vmm/pdmstorageifs.h
r71775 r76507 26 26 #ifndef ___VBox_vmm_pdmstorageifs_h 27 27 #define ___VBox_vmm_pdmstorageifs_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/sg.h> -
trunk/include/VBox/vmm/pdmthread.h
r69475 r76507 26 26 #ifndef ___VBox_vmm_pdmthread_h 27 27 #define ___VBox_vmm_pdmthread_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/cdefs.h> -
trunk/include/VBox/vmm/pdmusb.h
r76406 r76507 26 26 #ifndef ___VBox_vmm_pdmusb_h 27 27 #define ___VBox_vmm_pdmusb_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/vmm/pdmqueue.h> -
trunk/include/VBox/vmm/pdmwebcaminfs.h
r69107 r76507 27 27 #ifndef ___VBox_vmm_pdmwebcaminfs_h 28 28 #define ___VBox_vmm_pdmwebcaminfs_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/include/VBox/vmm/pgm.h
r76393 r76507 26 26 #ifndef ___VBox_vmm_pgm_h 27 27 #define ___VBox_vmm_pgm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/rem.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_rem_h 27 27 #define ___VBox_vmm_rem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/selm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_selm_h 27 27 #define ___VBox_vmm_selm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/ssm.h
r73097 r76507 26 26 #ifndef ___VBox_vmm_ssm_h 27 27 #define ___VBox_vmm_ssm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/stam.h
r72300 r76507 26 26 #ifndef ___VBox_vmm_stam_h 27 27 #define ___VBox_vmm_stam_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/tm.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_tm_h 27 27 #define ___VBox_vmm_tm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/trpm.h
r75830 r76507 26 26 #ifndef ___VBox_vmm_trpm_h 27 27 #define ___VBox_vmm_trpm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/uvm.h
r69475 r76507 24 24 */ 25 25 26 27 26 #ifndef ___VBox_vmm_uvm_h 28 27 #define ___VBox_vmm_uvm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/vm.h
r75997 r76507 26 26 #ifndef ___VBox_vmm_vm_h 27 27 #define ___VBox_vmm_vm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #ifndef VBOX_FOR_DTRACE_LIB -
trunk/include/VBox/vmm/vmapi.h
r73351 r76507 26 26 #ifndef ___VBox_vmm_vmapi_h 27 27 #define ___VBox_vmm_vmapi_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/vmcpuset.h
r69107 r76507 26 26 #ifndef ___VBox_vmm_vmcpuset_h 27 27 #define ___VBox_vmm_vmcpuset_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h> -
trunk/include/VBox/vmm/vmm.h
r76464 r76507 26 26 #ifndef ___VBox_vmm_vmm_h 27 27 #define ___VBox_vmm_vmm_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <VBox/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.