Changeset 35333 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 27, 2010 12:10:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69193
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 71 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r35332 r35333 57 57 #include <iprt/mp.h> 58 58 #include <iprt/cpuset.h> 59 #include <include/internal/pgm.h> 59 #include "internal/pgm.h" 60 60 61 61 62 /******************************************************************************* -
trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
r35332 r35333 30 30 #include <VBox/err.h> 31 31 #include <VBox/log.h> 32 #include <include/internal/pgm.h>32 #include "internal/pgm.h" 33 33 34 34 -
trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp
r35332 r35333 65 65 #include <VBox/version.h> 66 66 67 #include "../ Runtime/include/internal/ldrELF64.h"67 #include "../../Runtime/include/internal/ldrELF64.h" 68 68 69 69 -
trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
r35332 r35333 30 30 #include <VBox/param.h> 31 31 #include <VBox/vm.h> 32 #include <include/internal/pgm.h>32 #include "internal/pgm.h" 33 33 34 34 #include <VBox/log.h> -
trunk/src/VBox/VMM/VMMR3/EM.cpp
r35332 r35333 55 55 #include <VBox/patm.h> 56 56 #include "EMInternal.h" 57 #include "in clude/internal/em.h"57 #include "internal/em.h" 58 58 #include <VBox/vm.h> 59 59 #include <VBox/cpumdis.h> -
trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
r35332 r35333 53 53 #include <VBox/hwaccm.h> 54 54 #include "EMInternal.h" 55 #include "in clude/internal/em.h"55 #include "internal/em.h" 56 56 #include <VBox/vm.h> 57 57 #include <VBox/cpumdis.h> -
trunk/src/VBox/VMM/VMMR3/EMRaw.cpp
r35332 r35333 1 1 /* $Id$ */ 2 2 3 /** @file 3 4 * EM - Execution Monitor / Manager - software virtualization … … 54 55 #include <VBox/patm.h> 55 56 #include "EMInternal.h" 56 #include "in clude/internal/em.h"57 #include "internal/em.h" 57 58 #include <VBox/vm.h> 58 59 #include <VBox/cpumdis.h> -
trunk/src/VBox/VMM/VMMR3/FTM.cpp
r35332 r35333 40 40 #include <iprt/asm.h> 41 41 42 #include <include/internal/vm.h>43 #include <include/internal/em.h>44 #include <include/internal/pgm.h>42 #include "internal/vm.h" 43 #include "internal/em.h" 44 #include "internal/pgm.h" 45 45 46 46 /******************************************************************************* -
trunk/src/VBox/VMM/VMMR3/MMHyper.cpp
r35332 r35333 29 29 #include <VBox/param.h> 30 30 #include <VBox/log.h> 31 #include <include/internal/pgm.h>31 #include "internal/pgm.h" 32 32 #include <iprt/alloc.h> 33 33 #include <iprt/assert.h> -
trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp
r35332 r35333 28 28 #include <VBox/err.h> 29 29 #include <VBox/log.h> 30 #include <include/internal/pgm.h>30 #include "internal/pgm.h" 31 31 #include <iprt/alloc.h> 32 32 #include <iprt/assert.h> -
trunk/src/VBox/VMM/VMMR3/TRPM.cpp
r35332 r35333 80 80 #include <VBox/pdmapi.h> 81 81 #include <VBox/pgm.h> 82 #include <include/internal/pgm.h>82 #include "internal/pgm.h" 83 83 #include <VBox/dbgf.h> 84 84 #include <VBox/mm.h> -
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r35332 r35333 72 72 #include <VBox/tm.h> 73 73 #include "VMMInternal.h" 74 #include "VMMSwitcher /VMMSwitcher.h"74 #include "VMMSwitcher.h" 75 75 #include <VBox/vm.h> 76 76 #include <VBox/ftm.h> -
trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp
r35332 r35333 26 26 #include <VBox/sup.h> 27 27 #include "VMMInternal.h" 28 #include "VMMSwitcher /VMMSwitcher.h"28 #include "VMMSwitcher.h" 29 29 #include <VBox/vm.h> 30 30 #include <VBox/dis.h>
Note:
See TracChangeset
for help on using the changeset viewer.