Changeset 44452 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 30, 2013 9:14:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r44399 r44452 1239 1239 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_LAHF); 1240 1240 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_NX); 1241 # if RT_ARCH_X86 1242 LogRel(("NX is only supported for 64-bit guests!\n")); 1243 # endif 1241 1244 } 1242 1245 else … … 1246 1249 && (pVM->hm.s.vmx.hostEFER & MSR_K6_EFER_NXE)) 1247 1250 CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_NX); 1251 else 1252 LogRel(("HM: NX not supported by the host\n")); 1248 1253 1249 1254 LogRel((pVM->hm.s.fAllow64BitGuests
Note:
See TracChangeset
for help on using the changeset viewer.