VirtualBox

Ignore:
Timestamp:
Sep 21, 2012 9:40:25 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80859
Message:

VMM: HM cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r42420 r43387  
    205205#include <VBox/vmm/em.h>
    206206#include <VBox/vmm/ssm.h>
    207 #include <VBox/vmm/hwaccm.h>
     207#include <VBox/vmm/hm.h>
    208208#include <VBox/vmm/patm.h>
    209209#include <VBox/vmm/pdm.h>
     
    670670    { REMPARMDESC_FLAGS_INT,        sizeof(RTGCPTR),            NULL }
    671671};
    672 static const REMPARMDESC g_aArgsHWACCMR3CanExecuteGuest[] =
     672static const REMPARMDESC g_aArgsHMR3CanExecuteGuest[] =
    673673{
    674674    { REMPARMDESC_FLAGS_INT,        sizeof(PVM),                NULL },
     
    12391239    { "EMGetInhibitInterruptsPC",               VMM_FN(EMGetInhibitInterruptsPC),       &g_aArgsVMCPU[0],                           RT_ELEMENTS(g_aArgsVMCPU),                             REMFNDESC_FLAGS_RET_INT,    sizeof(RTGCPTR),    NULL },
    12401240    { "EMSetInhibitInterruptsPC",               VMM_FN(EMSetInhibitInterruptsPC),       &g_aArgsEMSetInhibitInterruptsPC[0],        RT_ELEMENTS(g_aArgsEMSetInhibitInterruptsPC),          REMFNDESC_FLAGS_RET_INT,    sizeof(int),        NULL },
    1241     { "HWACCMR3CanExecuteGuest",                VMM_FN(HWACCMR3CanExecuteGuest),        &g_aArgsHWACCMR3CanExecuteGuest[0],         RT_ELEMENTS(g_aArgsHWACCMR3CanExecuteGuest),           REMFNDESC_FLAGS_RET_INT,    sizeof(int),        NULL },
     1241    { "HMR3CanExecuteGuest",                VMM_FN(HMR3CanExecuteGuest),        &g_aArgsHMR3CanExecuteGuest[0],         RT_ELEMENTS(g_aArgsHMR3CanExecuteGuest),           REMFNDESC_FLAGS_RET_INT,    sizeof(int),        NULL },
    12421242    { "IOMIOPortRead",                          VMM_FN(IOMIOPortRead),                  &g_aArgsIOMIOPortRead[0],                   RT_ELEMENTS(g_aArgsIOMIOPortRead),                     REMFNDESC_FLAGS_RET_INT,    sizeof(int),        NULL },
    12431243    { "IOMIOPortWrite",                         VMM_FN(IOMIOPortWrite),                 &g_aArgsIOMIOPortWrite[0],                  RT_ELEMENTS(g_aArgsIOMIOPortWrite),                    REMFNDESC_FLAGS_RET_INT,    sizeof(int),        NULL },
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