Changeset 56620 in vbox for trunk/src/VBox
- Timestamp:
- Jun 24, 2015 12:24:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r56619 r56620 343 343 ) 344 344 { 345 /** @todo move this into a separate function. */346 345 /* Read this MSR now as it may be useful for error reporting when initializing VT-x fails. */ 347 346 g_HmR0.vmx.Msrs.u64FeatureCtrl = ASMRdMsr(MSR_IA32_FEATURE_CONTROL); … … 365 364 else 366 365 { 367 /* We need to check if VT-x has been properly initialized on all368 CPUs. Some BIOSes do a lousy job. */369 366 HMR0FIRSTRC FirstRc; 370 367 hmR0FirstRcInit(&FirstRc);
Note:
See TracChangeset
for help on using the changeset viewer.