VirtualBox

Changeset 80003 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Jul 26, 2019 1:37:47 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132438
Message:

VMM: Kicking out raw-mode (work in progress). bugref:9517

Location:
trunk/src/VBox/VMM/testcase
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r78433 r80003  
    577577                $(VBOX_PATH_VMM_SRC)/include/HMInternal.mac \
    578578                $(VBOX_PATH_VMM_SRC)/include/VMMInternal.mac \
    579                 $(VBOX_PATH_VMM_SRC)/include/VMMSwitcher.mac \
    580579                $(VBOX_PATH_VMM_SRC)/testcase/Makefile.kmk \
    581580                $$(if $$(eq $$(tstAsmStructsAsmDep_STUFF),$$(MY_ASA_ASM_STUFF)),,FORCE) \
     
    614613        $(QUIET)$(RM) -f [email protected]
    615614
    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.
    624616$(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructs.run: \
    625617                $$(tstAsmStructs_1_STAGE_TARGET) \
  • trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp

    r76553 r80003  
    2525#include "TRPMInternal.h"
    2626#include "HMInternal.h"
    27 #include "VMMSwitcher.h"
    2827#include "VMMInternal.h"
    2928#include <VBox/vmm/vm.h>
  • trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm

    r76553 r80003  
    3131%include "VBox/vmm/hm_vmx.mac"
    3232%include "VBox/sup.mac"
    33 %include "VMMSwitcher.mac"
    3433%ifdef DO_GLOBALS
    3534 %include "tstAsmStructsAsm.mac"
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r79995 r80003  
    300300#endif
    301301    CHECK_MEMBER_ALIGNMENT(VM, vmm.s.u64LastYield, 8);
    302     CHECK_MEMBER_ALIGNMENT(VM, vmm.s.StatRunRC, 8);
    303302#ifdef VBOX_WITH_REM
    304303    CHECK_MEMBER_ALIGNMENT(VM, rem.s.uPendingExcptCR2, 8);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette