Changeset 61632 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 9, 2016 6:06:26 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GIMR0.cpp
r58122 r61632 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_GIM 23 #include <VBox/vmm/gim.h> 23 24 #include "GIMInternal.h" 24 25 #include "GIMHvInternal.h" 26 #include <VBox/vmm/vm.h> 25 27 26 28 #include <VBox/err.h> 27 #include <VBox/vmm/vm.h>28 29 29 30 -
trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp
r58122 r61632 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_GIM 23 #include <VBox/vmm/gim.h> 24 #include <VBox/vmm/tm.h> 23 25 #include "GIMInternal.h" 24 26 #include "GIMHvInternal.h" 27 #include <VBox/vmm/vm.h> 25 28 26 29 #include <VBox/err.h> 27 #include <VBox/vmm/gim.h>28 #include <VBox/vmm/tm.h>29 #include <VBox/vmm/vm.h>30 30 31 31 #include <iprt/spinlock.h> -
trunk/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp
r58126 r61632 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_GIM 23 #include <VBox/vmm/gim.h> 24 #include <VBox/vmm/tm.h> 23 25 #include "GIMInternal.h" 24 26 #include "GIMKvmInternal.h" 27 #include <VBox/vmm/vm.h> 25 28 26 29 #include <VBox/err.h> 27 #include <VBox/vmm/gim.h>28 #include <VBox/vmm/tm.h>29 #include <VBox/vmm/vm.h>30 30 31 31 #include <iprt/spinlock.h>
Note:
See TracChangeset
for help on using the changeset viewer.