VirtualBox

Changeset 35346 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69206
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

Location:
trunk/src/recompiler
Files:
6 edited

Legend:

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

    r35191 r35346  
    197197*******************************************************************************/
    198198#define LOG_GROUP LOG_GROUP_REM
    199 #include <VBox/rem.h>
    200 #include <VBox/vmm.h>
    201 #include <VBox/dbgf.h>
     199#include <VBox/vmm/rem.h>
     200#include <VBox/vmm/vmm.h>
     201#include <VBox/vmm/dbgf.h>
    202202#include <VBox/dbg.h>
    203 #include <VBox/csam.h>
    204 #include <VBox/mm.h>
    205 #include <VBox/em.h>
    206 #include <VBox/ssm.h>
    207 #include <VBox/hwaccm.h>
    208 #include <VBox/patm.h>
    209 #include <VBox/pdm.h>
    210 #include <VBox/pdmcritsect.h>
    211 #include <VBox/pgm.h>
    212 #include <VBox/iom.h>
    213 #include <VBox/vm.h>
     203#include <VBox/vmm/csam.h>
     204#include <VBox/vmm/mm.h>
     205#include <VBox/vmm/em.h>
     206#include <VBox/vmm/ssm.h>
     207#include <VBox/vmm/hwaccm.h>
     208#include <VBox/vmm/patm.h>
     209#include <VBox/vmm/pdm.h>
     210#include <VBox/vmm/pdmcritsect.h>
     211#include <VBox/vmm/pgm.h>
     212#include <VBox/vmm/iom.h>
     213#include <VBox/vmm/vm.h>
    214214#include <VBox/err.h>
    215215#include <VBox/log.h>
  • trunk/src/recompiler/VBoxRecompiler.c

    r33595 r35346  
    2727#include "cpu-all.h"
    2828
    29 #include <VBox/rem.h>
    30 #include <VBox/vmapi.h>
    31 #include <VBox/tm.h>
    32 #include <VBox/ssm.h>
    33 #include <VBox/em.h>
    34 #include <VBox/trpm.h>
    35 #include <VBox/iom.h>
    36 #include <VBox/mm.h>
    37 #include <VBox/pgm.h>
    38 #include <VBox/pdm.h>
    39 #include <VBox/dbgf.h>
     29#include <VBox/vmm/rem.h>
     30#include <VBox/vmm/vmapi.h>
     31#include <VBox/vmm/tm.h>
     32#include <VBox/vmm/ssm.h>
     33#include <VBox/vmm/em.h>
     34#include <VBox/vmm/trpm.h>
     35#include <VBox/vmm/iom.h>
     36#include <VBox/vmm/mm.h>
     37#include <VBox/vmm/pgm.h>
     38#include <VBox/vmm/pdm.h>
     39#include <VBox/vmm/dbgf.h>
    4040#include <VBox/dbg.h>
    41 #include <VBox/hwaccm.h>
    42 #include <VBox/patm.h>
    43 #include <VBox/csam.h>
     41#include <VBox/vmm/hwaccm.h>
     42#include <VBox/vmm/patm.h>
     43#include <VBox/vmm/csam.h>
    4444#include "REMInternal.h"
    45 #include <VBox/vm.h>
     45#include <VBox/vmm/vm.h>
    4646#include <VBox/param.h>
    4747#include <VBox/err.h>
  • trunk/src/recompiler/cpu-all.h

    r33656 r35346  
    3636# endif
    3737# include <VBox/log.h>
    38 # include <VBox/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
     38# include <VBox/vmm/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
    3939#endif
    4040
  • trunk/src/recompiler/exec-all.h

    r33656 r35346  
    3434
    3535#ifdef VBOX
    36 # include <VBox/tm.h>
    37 # include <VBox/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
     36# include <VBox/vmm/tm.h>
     37# include <VBox/vmm/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
    3838# ifndef LOG_GROUP
    3939#  define LOG_GROUP LOG_GROUP_REM
     
    4141# include <VBox/log.h>
    4242# include "REMInternal.h"
    43 # include <VBox/vm.h>
     43# include <VBox/vmm/vm.h>
    4444#endif /* VBOX */
    4545
  • trunk/src/recompiler/exec.c

    r33656 r35346  
    4949# include <iprt/string.h>
    5050# include <iprt/param.h>
    51 # include <VBox/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
     51# include <VBox/vmm/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
    5252#endif /* VBOX */
    5353
  • trunk/src/recompiler/target-i386/cpu.h

    r33965 r35346  
    6262# include <iprt/assert.h>
    6363# include <iprt/asm.h>
    64 # include <VBox/vmm.h>
    65 # include <VBox/stam.h>
     64# include <VBox/vmm/vmm.h>
     65# include <VBox/vmm/stam.h>
    6666#endif /* VBOX */
    6767
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