Changeset 45858 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 1, 2013 12:18:53 AM (12 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r45808 r45858 1250 1250 /* 1251 1251 * Hardware accelerated raw-mode: 1252 *1253 * Typically only 32-bits protected mode, with paging enabled, code is1254 * allowed here.1255 1252 */ 1256 1253 if ( EMIsHwVirtExecutionEnabled(pVM) -
trunk/src/VBox/VMM/VMMR3/HM.cpp
r45856 r45858 3158 3158 3159 3159 /* Recheck all VCPUs if we can go straight into hm execution mode. */ 3160 /** @todo r=ramshankar: Not sure what this does. HMR3CanExecuteGuest() doesn't 3161 * have any side effects and the return value is not used at all. */ 3160 3162 if (HMIsEnabled(pVM)) 3161 3163 {
Note:
See TracChangeset
for help on using the changeset viewer.