Changeset 35346 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/DBGFInternal.h
r35333 r35346 25 25 #include <iprt/string.h> 26 26 #include <iprt/avl.h> 27 #include <VBox/ dbgf.h>27 #include <VBox/vmm/dbgf.h> 28 28 29 29 -
trunk/src/VBox/VMM/include/EMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ em.h>24 #include <VBox/ stam.h>25 #include <VBox/ patm.h>23 #include <VBox/vmm/em.h> 24 #include <VBox/vmm/stam.h> 25 #include <VBox/vmm/patm.h> 26 26 #include <VBox/dis.h> 27 #include <VBox/ pdmcritsect.h>27 #include <VBox/vmm/pdmcritsect.h> 28 28 #include <iprt/avl.h> 29 29 #include <setjmp.h> -
trunk/src/VBox/VMM/include/FTMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ ftm.h>24 #include <VBox/ stam.h>25 #include <VBox/ pdmcritsect.h>23 #include <VBox/vmm/ftm.h> 24 #include <VBox/vmm/stam.h> 25 #include <VBox/vmm/pdmcritsect.h> 26 26 #include <iprt/avl.h> 27 27 -
trunk/src/VBox/VMM/include/HWACCMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ em.h>24 #include <VBox/ stam.h>23 #include <VBox/vmm/em.h> 24 #include <VBox/vmm/stam.h> 25 25 #include <VBox/dis.h> 26 #include <VBox/ hwaccm.h>27 #include <VBox/ hwacc_vmx.h>28 #include <VBox/ pgm.h>29 #include <VBox/ cpum.h>26 #include <VBox/vmm/hwaccm.h> 27 #include <VBox/vmm/hwacc_vmx.h> 28 #include <VBox/vmm/pgm.h> 29 #include <VBox/vmm/cpum.h> 30 30 #include <iprt/memobj.h> 31 31 #include <iprt/cpuset.h> -
trunk/src/VBox/VMM/include/IOMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ iom.h>24 #include <VBox/ stam.h>25 #include <VBox/ pgm.h>26 #include <VBox/ pdmcritsect.h>23 #include <VBox/vmm/iom.h> 24 #include <VBox/vmm/stam.h> 25 #include <VBox/vmm/pgm.h> 26 #include <VBox/vmm/pdmcritsect.h> 27 27 #include <VBox/param.h> 28 28 #include <iprt/assert.h> -
trunk/src/VBox/VMM/include/MMInternal.h
r35333 r35346 22 22 #include <VBox/types.h> 23 23 #include <VBox/sup.h> 24 #include <VBox/ stam.h>25 #include <VBox/ pdmcritsect.h>24 #include <VBox/vmm/stam.h> 25 #include <VBox/vmm/pdmcritsect.h> 26 26 #include <iprt/assert.h> 27 27 #include <iprt/avl.h> -
trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h
r35333 r35346 19 19 #define ___PDMAsyncCompletionFileInternal_h 20 20 21 #include <VBox/ cfgm.h>22 #include <VBox/ stam.h>23 #include <VBox/ tm.h>21 #include <VBox/vmm/cfgm.h> 22 #include <VBox/vmm/stam.h> 23 #include <VBox/vmm/tm.h> 24 24 #include <iprt/types.h> 25 25 #include <iprt/file.h> -
trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
r35333 r35346 23 23 #include <iprt/sg.h> 24 24 #include <VBox/types.h> 25 #include <VBox/ cfgm.h>26 #include <VBox/ stam.h>27 #include <VBox/ pdmasynccompletion.h>25 #include <VBox/vmm/cfgm.h> 26 #include <VBox/vmm/stam.h> 27 #include <VBox/vmm/pdmasynccompletion.h> 28 28 #include "PDMInternal.h" 29 29 -
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r35333 r35346 19 19 #define ___PDMBlkCacheInternal_h 20 20 21 #include <VBox/ cfgm.h>22 #include <VBox/ stam.h>23 #include <VBox/ tm.h>24 #include <VBox/ pdmblkcache.h>21 #include <VBox/vmm/cfgm.h> 22 #include <VBox/vmm/stam.h> 23 #include <VBox/vmm/tm.h> 24 #include <VBox/vmm/pdmblkcache.h> 25 25 #include <iprt/types.h> 26 26 #include <iprt/file.h> -
trunk/src/VBox/VMM/include/PDMInternal.h
r35333 r35346 21 21 #include <VBox/types.h> 22 22 #include <VBox/param.h> 23 #include <VBox/ cfgm.h>24 #include <VBox/ stam.h>23 #include <VBox/vmm/cfgm.h> 24 #include <VBox/vmm/stam.h> 25 25 #include <VBox/vusb.h> 26 #include <VBox/ pdmasynccompletion.h>27 #include <VBox/ pdmblkcache.h>28 #include <VBox/ pdmcommon.h>26 #include <VBox/vmm/pdmasynccompletion.h> 27 #include <VBox/vmm/pdmblkcache.h> 28 #include <VBox/vmm/pdmcommon.h> 29 29 #include <iprt/assert.h> 30 30 #include <iprt/critsect.h> … … 341 341 #define PDMTHREADINT_DECLARED 342 342 #ifdef ___VBox_pdm_h 343 # error "Invalid header PDM order. Include PDMInternal.h before VBox/ pdm.h!"343 # error "Invalid header PDM order. Include PDMInternal.h before VBox/vmm/pdm.h!" 344 344 #endif 345 345 RT_C_DECLS_END 346 #include <VBox/ pdm.h>346 #include <VBox/vmm/pdm.h> 347 347 RT_C_DECLS_BEGIN 348 348 -
trunk/src/VBox/VMM/include/PGMInline.h
r35333 r35346 22 22 #include <VBox/types.h> 23 23 #include <VBox/err.h> 24 #include <VBox/ stam.h>24 #include <VBox/vmm/stam.h> 25 25 #include <VBox/param.h> 26 #include <VBox/vmm .h>27 #include <VBox/ mm.h>28 #include <VBox/ pdmcritsect.h>29 #include <VBox/ pdmapi.h>26 #include <VBox/vmm/vmm.h> 27 #include <VBox/vmm/mm.h> 28 #include <VBox/vmm/pdmcritsect.h> 29 #include <VBox/vmm/pdmapi.h> 30 30 #include <VBox/dis.h> 31 #include <VBox/ dbgf.h>31 #include <VBox/vmm/dbgf.h> 32 32 #include <VBox/log.h> 33 #include <VBox/ gmm.h>34 #include <VBox/ hwaccm.h>33 #include <VBox/vmm/gmm.h> 34 #include <VBox/vmm/hwaccm.h> 35 35 #include <iprt/asm.h> 36 36 #include <iprt/assert.h> -
trunk/src/VBox/VMM/include/PGMInternal.h
r35333 r35346 23 23 #include <VBox/err.h> 24 24 #include <VBox/dbg.h> 25 #include <VBox/ stam.h>25 #include <VBox/vmm/stam.h> 26 26 #include <VBox/param.h> 27 #include <VBox/vmm .h>28 #include <VBox/ mm.h>29 #include <VBox/ pdmcritsect.h>30 #include <VBox/ pdmapi.h>27 #include <VBox/vmm/vmm.h> 28 #include <VBox/vmm/mm.h> 29 #include <VBox/vmm/pdmcritsect.h> 30 #include <VBox/vmm/pdmapi.h> 31 31 #include <VBox/dis.h> 32 #include <VBox/ dbgf.h>32 #include <VBox/vmm/dbgf.h> 33 33 #include <VBox/log.h> 34 #include <VBox/ gmm.h>35 #include <VBox/ hwaccm.h>36 #include <VBox/ hwacc_vmx.h>34 #include <VBox/vmm/gmm.h> 35 #include <VBox/vmm/hwaccm.h> 36 #include <VBox/vmm/hwacc_vmx.h> 37 37 #include "internal/pgm.h" 38 38 #include <iprt/asm.h> … … 185 185 /** Scanned and approved by CSAM (tm). 186 186 * NOTE: Must be identical to the one defined in CSAMInternal.h!! 187 * @todo Move PGM_PTFLAGS_* and PGM_PDFLAGS_* to VBox/ pgm.h. */187 * @todo Move PGM_PTFLAGS_* and PGM_PDFLAGS_* to VBox/vmm/pgm.h. */ 188 188 #define PGM_PTFLAGS_CSAM_VALIDATED RT_BIT_64(11) 189 189 #endif -
trunk/src/VBox/VMM/include/REMInternal.h
r35333 r35346 19 19 #define ___REMInternal_h 20 20 21 #include <VBox/cdefs.h>22 21 #include <VBox/types.h> 23 #include <VBox/ cpum.h>24 #include <VBox/ stam.h>25 #include <VBox/ pgm.h>26 #include <VBox/ pdmcritsect.h>22 #include <VBox/vmm/cpum.h> 23 #include <VBox/vmm/stam.h> 24 #include <VBox/vmm/pgm.h> 25 #include <VBox/vmm/pdmcritsect.h> 27 26 #ifdef REM_INCLUDE_CPU_H 28 27 # include "target-i386/cpu.h" -
trunk/src/VBox/VMM/include/SELMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ stam.h>24 #include <VBox/ cpum.h>23 #include <VBox/vmm/stam.h> 24 #include <VBox/vmm/cpum.h> 25 25 26 26 -
trunk/src/VBox/VMM/include/SSMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ ssm.h>23 #include <VBox/vmm/ssm.h> 24 24 #include <iprt/critsect.h> 25 25 -
trunk/src/VBox/VMM/include/STAMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ stam.h>24 #include <VBox/ gvmm.h>23 #include <VBox/vmm/stam.h> 24 #include <VBox/vmm/gvmm.h> 25 25 #include <iprt/semaphore.h> 26 26 -
trunk/src/VBox/VMM/include/TMInternal.h
r35333 r35346 24 24 #include <iprt/timer.h> 25 25 #include <iprt/assert.h> 26 #include <VBox/ stam.h>27 #include <VBox/ pdmcritsect.h>26 #include <VBox/vmm/stam.h> 27 #include <VBox/vmm/pdmcritsect.h> 28 28 29 29 RT_C_DECLS_BEGIN -
trunk/src/VBox/VMM/include/TRPMInternal.h
r35333 r35346 21 21 #include <VBox/cdefs.h> 22 22 #include <VBox/types.h> 23 #include <VBox/ stam.h>24 #include <VBox/ cpum.h>23 #include <VBox/vmm/stam.h> 24 #include <VBox/vmm/cpum.h> 25 25 26 26 -
trunk/src/VBox/VMM/include/TRPMInternal.mac
r35333 r35346 17 17 18 18 %include "VBox/asmdefs.mac" 19 %include "VBox/ stam.mac"19 %include "VBox/vmm/stam.mac" 20 20 21 21 %define TRPM_TRAP_IN_OP_MASK 0xffff -
trunk/src/VBox/VMM/include/VMInternal.h
r35333 r35346 20 20 21 21 #include <VBox/cdefs.h> 22 #include <VBox/vm api.h>22 #include <VBox/vmm/vmapi.h> 23 23 #include <iprt/assert.h> 24 24 #include <iprt/critsect.h> -
trunk/src/VBox/VMM/include/VMMInternal.h
r35333 r35346 20 20 21 21 #include <VBox/cdefs.h> 22 #include <VBox/ stam.h>22 #include <VBox/vmm/stam.h> 23 23 #include <VBox/log.h> 24 24 #include <iprt/critsect.h> -
trunk/src/VBox/VMM/include/VMMSwitcher.h
r35333 r35346 19 19 #define ___VMMSwitcher_h 20 20 21 #include <VBox/vmm .h>21 #include <VBox/vmm/vmm.h> 22 22 23 23 /** @name Fixup Types. -
trunk/src/VBox/VMM/include/internal/em.h
r32953 r35346 19 19 #define ___EM_include_internal_h 20 20 21 #include <VBox/ em.h>21 #include <VBox/vmm/em.h> 22 22 23 23 VMMR3DECL(int) EMR3NotifyResume(PVM pVM); -
trunk/src/VBox/VMM/include/internal/pgm.h
r32302 r35346 19 19 #define ___PGM_include_internal_h 20 20 21 #include <VBox/ pgm.h>21 #include <VBox/vmm/pgm.h> 22 22 23 23 /** @defgroup grp_pgm_int Internals -
trunk/src/VBox/VMM/include/internal/vm.h
r32206 r35346 19 19 #define ___VM_include_internal_h 20 20 21 #include <VBox/vm .h>21 #include <VBox/vmm/vm.h> 22 22 23 23 VMMR3DECL(int) VMR3SaveFT(PVM pVM, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, bool *pfSuspended, bool fSkipStateChanges);
Note:
See TracChangeset
for help on using the changeset viewer.