Changeset 80938 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Sep 23, 2019 8:19:38 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133518
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r80319 r80938 549 549 $(DEPTH)/include/iprt/x86.mac \ 550 550 $(VBOX_PATH_VMM_SRC)/include/CPUMInternal.mac \ 551 $(VBOX_PATH_VMM_SRC)/include/TRPMInternal.mac \552 551 $(VBOX_PATH_VMM_SRC)/include/HMInternal.mac \ 553 552 $(VBOX_PATH_VMM_SRC)/include/VMMInternal.mac \ … … 576 575 $(DEPTH)/include/VBox/vmm/hm_vmx.mac \ 577 576 $(DEPTH)/include/VBox/vmm/stam.mac \ 578 $(DEPTH)/include/VBox/vmm/trpm.mac \579 577 $(DEPTH)/include/VBox/vmm/vm.mac \ 580 578 $(DEPTH)/include/VBox/sup.mac \ -
trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp
r80003 r80938 22 22 #include <VBox/vmm/cpum.h> 23 23 #include "CPUMInternal.h" 24 #include <VBox/vmm/trpm.h>25 #include "TRPMInternal.h"26 24 #include "HMInternal.h" 27 25 #include "VMMInternal.h" -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
r80003 r80938 25 25 %include "CPUMInternal.mac" 26 26 %include "HMInternal.mac" 27 %include "TRPMInternal.mac"28 27 %include "VMMInternal.mac" 29 28 %include "VBox/vmm/cpum.mac" -
trunk/src/VBox/VMM/testcase/tstVMStruct.h
r80334 r80938 1183 1183 GEN_CHECK_OFF(TMTIMERQUEUE, enmClock); 1184 1184 1185 GEN_CHECK_SIZE(TRPM); // has .mac1186 GEN_CHECK_SIZE(TRPMCPU); // has .mac1185 GEN_CHECK_SIZE(TRPM); 1186 GEN_CHECK_SIZE(TRPMCPU); 1187 1187 GEN_CHECK_SIZE(VM); // has .mac 1188 1188 GEN_CHECK_SIZE(VMM); -
trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp
r76553 r80938 57 57 #include <VBox/vmm/pgm.h> 58 58 #include <VBox/vmm/selm.h> 59 #include <VBox/vmm/trpm.h>60 59 #include <VBox/vmm/vmm.h> 61 60 #include <VBox/vmm/stam.h> … … 67 66 #include "PGMInternal.h" 68 67 #include "SELMInternal.h" 69 #include "TRPMInternal.h"70 68 #include "TMInternal.h" 71 69 #include "IOMInternal.h"
Note:
See TracChangeset
for help on using the changeset viewer.