VirtualBox

Changeset 61632 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 9, 2016 6:06:26 PM (9 years ago)
Author:
vboxsync
Message:

GIM: Correct header order to match what is use *everywhere* else in the VMM and what is absolutely necessary for some of the tricks we use (like the CPUM and DBGF read-only data!).

Location:
trunk/src/VBox/VMM/VMMR0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GIMR0.cpp

    r58122 r61632  
    2121*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_GIM
     23#include <VBox/vmm/gim.h>
    2324#include "GIMInternal.h"
    2425#include "GIMHvInternal.h"
     26#include <VBox/vmm/vm.h>
    2527
    2628#include <VBox/err.h>
    27 #include <VBox/vmm/vm.h>
    2829
    2930
  • trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp

    r58122 r61632  
    2121*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_GIM
     23#include <VBox/vmm/gim.h>
     24#include <VBox/vmm/tm.h>
    2325#include "GIMInternal.h"
    2426#include "GIMHvInternal.h"
     27#include <VBox/vmm/vm.h>
    2528
    2629#include <VBox/err.h>
    27 #include <VBox/vmm/gim.h>
    28 #include <VBox/vmm/tm.h>
    29 #include <VBox/vmm/vm.h>
    3030
    3131#include <iprt/spinlock.h>
  • trunk/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp

    r58126 r61632  
    2121*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_GIM
     23#include <VBox/vmm/gim.h>
     24#include <VBox/vmm/tm.h>
    2325#include "GIMInternal.h"
    2426#include "GIMKvmInternal.h"
     27#include <VBox/vmm/vm.h>
    2528
    2629#include <VBox/err.h>
    27 #include <VBox/vmm/gim.h>
    28 #include <VBox/vmm/tm.h>
    29 #include <VBox/vmm/vm.h>
    3030
    3131#include <iprt/spinlock.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