VirtualBox

Changeset 43387 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 21, 2012 9:40:25 AM (12 years ago)
Author:
vboxsync
Message:

VMM: HM cleanup.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp

    r39712 r43387  
    2929#include <VBox/vmm/vm.h>
    3030#include <VBox/vmm/tm.h>
    31 #include <VBox/vmm/hwaccm.h>
     31#include <VBox/vmm/hm.h>
    3232#include <VBox/err.h>
    3333#include <iprt/cpp/utils.h>
     
    607607
    608608    if (pVM.isOk())
    609         *aEnabled = HWACCMIsEnabled (pVM.raw());
     609        *aEnabled = HMIsEnabled (pVM.raw());
    610610    else
    611611        *aEnabled = false;
     
    632632
    633633    if (pVM.isOk())
    634         *aEnabled = HWACCMR3IsNestedPagingActive (pVM.raw());
     634        *aEnabled = HMR3IsNestedPagingActive (pVM.raw());
    635635    else
    636636        *aEnabled = false;
     
    657657
    658658    if (pVM.isOk())
    659         *aEnabled = HWACCMR3IsVPIDActive (pVM.raw());
     659        *aEnabled = HMR3IsVPIDActive (pVM.raw());
    660660    else
    661661        *aEnabled = false;
     
    10801080        if (SUCCEEDED(hrc))
    10811081        {
    1082             int vrc = HWACCMR3InjectNMI(ptrVM);
     1082            int vrc = HMR3InjectNMI(ptrVM);
    10831083            if (RT_SUCCESS(vrc))
    10841084                hrc = S_OK;
    10851085            else
    1086                 hrc = setError(E_FAIL, tr("HWACCMR3InjectNMI failed with %Rrc"), vrc);
     1086                hrc = setError(E_FAIL, tr("HMR3InjectNMI failed with %Rrc"), vrc);
    10871087        }
    10881088    }
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r42664 r43387  
    142142#endif
    143143
    144 /* XXX Solaris: definitions in /usr/include/sys/regset.h clash with hwacc_svm.h */
     144/* XXX Solaris: definitions in /usr/include/sys/regset.h clash with hm_svm.h */
    145145#undef DS
    146146#undef ES
     
    151151
    152152#include <VBox/usb.h>
    153 #include <VBox/vmm/hwacc_svm.h>
     153#include <VBox/vmm/hm_svm.h>
    154154#include <VBox/err.h>
    155155#include <VBox/settings.h>
Note: See TracChangeset for help on using the changeset viewer.

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