- Timestamp:
- Jul 30, 2013 11:57:14 AM (11 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 5 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r46724 r47472 41 41 #include <iprt/thread.h> 42 42 #include <iprt/x86.h> 43 #include "H WVMXR0.h"44 #include "H WSVMR0.h"43 #include "HMVMXR0.h" 44 #include "HMSVMR0.h" 45 45 46 46 -
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r47433 r47472 25 25 #include "HMInternal.h" 26 26 #include <VBox/vmm/vm.h> 27 #include "H WSVMR0.h"27 #include "HMSVMR0.h" 28 28 #include <VBox/vmm/pdmapi.h> 29 29 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47458 r47472 26 26 #include "HMInternal.h" 27 27 #include <VBox/vmm/vm.h> 28 #include "H WVMXR0.h"28 #include "HMVMXR0.h" 29 29 #include <VBox/vmm/pdmapi.h> 30 30 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r47235 r47472 46 46 #endif 47 47 #include <iprt/x86.h> 48 #include "H WSVMR0.h"48 #include "HMSVMR0.h" 49 49 50 50 #include "dtrace/VBoxVMM.h" -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r47444 r47472 45 45 #endif 46 46 #include <iprt/x86.h> 47 #include "H WVMXR0.h"47 #include "HMVMXR0.h" 48 48 49 49 #include "dtrace/VBoxVMM.h"
Note:
See TracChangeset
for help on using the changeset viewer.