VirtualBox

Changeset 35333 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Dec 27, 2010 12:10:56 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69193
Message:

VMM source reorg.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
71 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r35332 r35333  
    5757#include <iprt/mp.h>
    5858#include <iprt/cpuset.h>
    59 #include <include/internal/pgm.h>
     59#include "internal/pgm.h"
     60
    6061
    6162/*******************************************************************************
  • trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp

    r35332 r35333  
    3030#include <VBox/err.h>
    3131#include <VBox/log.h>
    32 #include <include/internal/pgm.h>
     32#include "internal/pgm.h"
    3333
    3434
  • trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp

    r35332 r35333  
    6565#include <VBox/version.h>
    6666
    67 #include "../Runtime/include/internal/ldrELF64.h"
     67#include "../../Runtime/include/internal/ldrELF64.h"
    6868
    6969
  • trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp

    r35332 r35333  
    3030#include <VBox/param.h>
    3131#include <VBox/vm.h>
    32 #include <include/internal/pgm.h>
     32#include "internal/pgm.h"
    3333
    3434#include <VBox/log.h>
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r35332 r35333  
    5555#include <VBox/patm.h>
    5656#include "EMInternal.h"
    57 #include "include/internal/em.h"
     57#include "internal/em.h"
    5858#include <VBox/vm.h>
    5959#include <VBox/cpumdis.h>
  • trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp

    r35332 r35333  
    5353#include <VBox/hwaccm.h>
    5454#include "EMInternal.h"
    55 #include "include/internal/em.h"
     55#include "internal/em.h"
    5656#include <VBox/vm.h>
    5757#include <VBox/cpumdis.h>
  • trunk/src/VBox/VMM/VMMR3/EMRaw.cpp

    r35332 r35333  
    11/* $Id$ */
     2
    23/** @file
    34 * EM - Execution Monitor / Manager - software virtualization
     
    5455#include <VBox/patm.h>
    5556#include "EMInternal.h"
    56 #include "include/internal/em.h"
     57#include "internal/em.h"
    5758#include <VBox/vm.h>
    5859#include <VBox/cpumdis.h>
  • trunk/src/VBox/VMM/VMMR3/FTM.cpp

    r35332 r35333  
    4040#include <iprt/asm.h>
    4141
    42 #include <include/internal/vm.h>
    43 #include <include/internal/em.h>
    44 #include <include/internal/pgm.h>
     42#include "internal/vm.h"
     43#include "internal/em.h"
     44#include "internal/pgm.h"
    4545
    4646/*******************************************************************************
  • trunk/src/VBox/VMM/VMMR3/MMHyper.cpp

    r35332 r35333  
    2929#include <VBox/param.h>
    3030#include <VBox/log.h>
    31 #include <include/internal/pgm.h>
     31#include "internal/pgm.h"
    3232#include <iprt/alloc.h>
    3333#include <iprt/assert.h>
  • trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp

    r35332 r35333  
    2828#include <VBox/err.h>
    2929#include <VBox/log.h>
    30 #include <include/internal/pgm.h>
     30#include "internal/pgm.h"
    3131#include <iprt/alloc.h>
    3232#include <iprt/assert.h>
  • trunk/src/VBox/VMM/VMMR3/TRPM.cpp

    r35332 r35333  
    8080#include <VBox/pdmapi.h>
    8181#include <VBox/pgm.h>
    82 #include <include/internal/pgm.h>
     82#include "internal/pgm.h"
    8383#include <VBox/dbgf.h>
    8484#include <VBox/mm.h>
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r35332 r35333  
    7272#include <VBox/tm.h>
    7373#include "VMMInternal.h"
    74 #include "VMMSwitcher/VMMSwitcher.h"
     74#include "VMMSwitcher.h"
    7575#include <VBox/vm.h>
    7676#include <VBox/ftm.h>
  • trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp

    r35332 r35333  
    2626#include <VBox/sup.h>
    2727#include "VMMInternal.h"
    28 #include "VMMSwitcher/VMMSwitcher.h"
     28#include "VMMSwitcher.h"
    2929#include <VBox/vm.h>
    3030#include <VBox/dis.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