Changeset 26152 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 2, 2010 4:00:35 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r25921 r26152 26 26 #define LOG_GROUP LOG_GROUP_HWACCM 27 27 #include <VBox/hwaccm.h> 28 #include <VBox/pgm.h> 28 29 #include "HWACCMInternal.h" 29 30 #include <VBox/vm.h> … … 31 32 #include <VBox/hwacc_vmx.h> 32 33 #include <VBox/hwacc_svm.h> 33 #include <VBox/pgm.h>34 #include <VBox/pdm.h>35 34 #include <VBox/err.h> 36 35 #include <VBox/log.h> 37 #include <VBox/selm.h>38 #include <VBox/iom.h>39 36 #include <iprt/param.h> 40 37 #include <iprt/assert.h> 41 38 #include <iprt/asm.h> 42 39 #include <iprt/string.h> 43 #include <iprt/memobj.h>44 #include <iprt/cpuset.h>45 40 46 41 /** … … 107 102 #ifdef IN_RING0 108 103 /** 109 * Dummy RTMpOnSpecific handler since RTMpPokeCpu couldn't be used. 104 * Dummy RTMpOnSpecific handler since RTMpPokeCpu couldn't be used. 110 105 * 111 106 */ … … 140 135 else 141 136 STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatSpinPokeFailed, z); 142 137 143 138 /* Spin until the VCPU has switched back. */ 144 139 while ( pVCpu->hwaccm.s.fCheckedTLBFlush
Note:
See TracChangeset
for help on using the changeset viewer.