Changeset 45916 in vbox
- Timestamp:
- May 6, 2013 3:29:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r45897 r45916 3159 3159 #endif 3160 3160 3161 /* Recheck all VCPUs if we can go straight into hm execution mode. */3162 /** @todo r=ramshankar: Not sure what this does. HMR3CanExecuteGuest() doesn't3163 * have any side effects and the return value is not used at all. */3164 if (HMIsEnabled(pVM))3165 {3166 for (VMCPUID i = 0; i < pVM->cCpus; i++)3167 {3168 PVMCPU pVCpu = &pVM->aCpus[i];3169 3170 HMR3CanExecuteGuest(pVM, CPUMQueryGuestCtxPtr(pVCpu));3171 }3172 }3173 3161 return VINF_SUCCESS; 3174 3162 }
Note:
See TracChangeset
for help on using the changeset viewer.