Changeset 80003 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jul 26, 2019 1:37:47 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132438
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r78433 r80003 577 577 $(VBOX_PATH_VMM_SRC)/include/HMInternal.mac \ 578 578 $(VBOX_PATH_VMM_SRC)/include/VMMInternal.mac \ 579 $(VBOX_PATH_VMM_SRC)/include/VMMSwitcher.mac \580 579 $(VBOX_PATH_VMM_SRC)/testcase/Makefile.kmk \ 581 580 $$(if $$(eq $$(tstAsmStructsAsmDep_STUFF),$$(MY_ASA_ASM_STUFF)),,FORCE) \ … … 614 613 $(QUIET)$(RM) -f [email protected] 615 614 616 ifdef VBOX_WITH_RAW_MODE 617 # 3. transform the HC header into a RC one by omitting some HC only structures. 618 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructsRC.h: $(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructsHC.h 619 $(call MSG_GENERATE,tstVMStructSize,$@,$<) 620 $(QUIET)$(SED) -e '/VMMSWITCHERDEF/d' --output $@ $^ 621 endif 622 623 # 4. run it. 615 # 3. run it. 624 616 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructs.run: \ 625 617 $$(tstAsmStructs_1_STAGE_TARGET) \ -
trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp
r76553 r80003 25 25 #include "TRPMInternal.h" 26 26 #include "HMInternal.h" 27 #include "VMMSwitcher.h"28 27 #include "VMMInternal.h" 29 28 #include <VBox/vmm/vm.h> -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
r76553 r80003 31 31 %include "VBox/vmm/hm_vmx.mac" 32 32 %include "VBox/sup.mac" 33 %include "VMMSwitcher.mac"34 33 %ifdef DO_GLOBALS 35 34 %include "tstAsmStructsAsm.mac" -
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r79995 r80003 300 300 #endif 301 301 CHECK_MEMBER_ALIGNMENT(VM, vmm.s.u64LastYield, 8); 302 CHECK_MEMBER_ALIGNMENT(VM, vmm.s.StatRunRC, 8);303 302 #ifdef VBOX_WITH_REM 304 303 CHECK_MEMBER_ALIGNMENT(VM, rem.s.uPendingExcptCR2, 8);
Note:
See TracChangeset
for help on using the changeset viewer.