Changeset 81150 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Oct 8, 2019 12:53:47 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133784
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r80585 r81150 26 26 #include <VBox/vmm/em.h> 27 27 #include <VBox/vmm/pgm.h> 28 #ifdef VBOX_WITH_REM29 # include <VBox/vmm/rem.h>30 #endif31 28 #include <VBox/vmm/ssm.h> 32 29 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/VMM/testcase/tstVMStructDTrace.cpp
r76553 r81150 42 42 #include "TMInternal.h" 43 43 #include "IOMInternal.h" 44 #include "REMInternal.h"45 44 #include "HMInternal.h" 46 45 #include "APICInternal.h" … … 51 50 #include "EMInternal.h" 52 51 #include "IEMInternal.h" 53 #include "REMInternal.h"54 52 #include "NEMInternal.h" 55 53 #ifdef VBOX_WITH_RAW_MODE -
trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp
r80938 r81150 68 68 #include "TMInternal.h" 69 69 #include "IOMInternal.h" 70 #include "REMInternal.h"71 70 #include "HMInternal.h" 72 71 #include "APICInternal.h" … … 79 78 #include "EMInternal.h" 80 79 #include "IEMInternal.h" 81 #include "REMInternal.h"82 80 #include "NEMInternal.h" 83 81 #include <VBox/vmm/vm.h> -
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r80531 r81150 41 41 #include "TMInternal.h" 42 42 #include "IOMInternal.h" 43 #include "REMInternal.h"44 43 #include "SSMInternal.h" 45 44 #include "HMInternal.h" … … 52 51 #include "EMInternal.h" 53 52 #include "IEMInternal.h" 54 #include "REMInternal.h"55 53 #include "NEMInternal.h" 56 54 #include "../VMMR0/GMMR0Internal.h"
Note:
See TracChangeset
for help on using the changeset viewer.