Changeset 76397 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 23, 2018 2:32:01 PM (6 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r76290 r76397 27 27 #include <VBox/vmm/vm.h> 28 28 #include <VBox/vmm/hm_vmx.h> 29 #include <VBox/vmm/hmvmxinline.h> 29 30 #include <VBox/vmm/hm_svm.h> 30 31 #include <VBox/err.h> -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r76198 r76397 40 40 #include "HMInternal.h" 41 41 #include <VBox/vmm/vm.h> 42 #include <VBox/vmm/hmvmxinline.h> 42 43 #include "HMVMXR0.h" 43 44 #include "dtrace/VBoxVMM.h"
Note:
See TracChangeset
for help on using the changeset viewer.