VirtualBox

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


Ignore:
Timestamp:
Sep 23, 2019 8:19:38 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133518
Message:

VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used since the removal of raw-mode.

Location:
trunk/src/VBox/VMM/testcase
Files:
5 edited

Legend:

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

    r80319 r80938  
    549549                $(DEPTH)/include/iprt/x86.mac \
    550550                $(VBOX_PATH_VMM_SRC)/include/CPUMInternal.mac \
    551                 $(VBOX_PATH_VMM_SRC)/include/TRPMInternal.mac \
    552551                $(VBOX_PATH_VMM_SRC)/include/HMInternal.mac \
    553552                $(VBOX_PATH_VMM_SRC)/include/VMMInternal.mac \
     
    576575                $(DEPTH)/include/VBox/vmm/hm_vmx.mac \
    577576                $(DEPTH)/include/VBox/vmm/stam.mac \
    578                 $(DEPTH)/include/VBox/vmm/trpm.mac \
    579577                $(DEPTH)/include/VBox/vmm/vm.mac \
    580578                $(DEPTH)/include/VBox/sup.mac \
  • trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp

    r80003 r80938  
    2222#include <VBox/vmm/cpum.h>
    2323#include "CPUMInternal.h"
    24 #include <VBox/vmm/trpm.h>
    25 #include "TRPMInternal.h"
    2624#include "HMInternal.h"
    2725#include "VMMInternal.h"
  • trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm

    r80003 r80938  
    2525%include "CPUMInternal.mac"
    2626%include "HMInternal.mac"
    27 %include "TRPMInternal.mac"
    2827%include "VMMInternal.mac"
    2928%include "VBox/vmm/cpum.mac"
  • trunk/src/VBox/VMM/testcase/tstVMStruct.h

    r80334 r80938  
    11831183    GEN_CHECK_OFF(TMTIMERQUEUE, enmClock);
    11841184
    1185     GEN_CHECK_SIZE(TRPM); // has .mac
    1186     GEN_CHECK_SIZE(TRPMCPU); // has .mac
     1185    GEN_CHECK_SIZE(TRPM);
     1186    GEN_CHECK_SIZE(TRPMCPU);
    11871187    GEN_CHECK_SIZE(VM);  // has .mac
    11881188    GEN_CHECK_SIZE(VMM);
  • trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp

    r76553 r80938  
    5757#include <VBox/vmm/pgm.h>
    5858#include <VBox/vmm/selm.h>
    59 #include <VBox/vmm/trpm.h>
    6059#include <VBox/vmm/vmm.h>
    6160#include <VBox/vmm/stam.h>
     
    6766#include "PGMInternal.h"
    6867#include "SELMInternal.h"
    69 #include "TRPMInternal.h"
    7068#include "TMInternal.h"
    7169#include "IOMInternal.h"
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