Changeset 79804 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2019 9:55:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r78632 r79804 4752 4752 pVM->cpum.s.aGuestCpuIdPatmExt[1].uEdx = pLeaf->uEdx |= X86_CPUID_EXT_FEATURE_EDX_LONG_MODE; 4753 4753 pVM->cpum.s.GuestFeatures.fLongMode = 1; 4754 pVM->cpum.s.GuestFeatures.cVmxMaxPhysAddrWidth = pVM->cpum.s.GuestFeatures.cMaxPhysAddrWidth; 4754 4755 LogRel(("CPUM: SetGuestCpuIdFeature: Enabled LONG MODE\n")); 4755 4756 break; … … 5071 5072 pVM->cpum.s.aGuestCpuIdPatmExt[1].uEdx = pLeaf->uEdx &= ~X86_CPUID_EXT_FEATURE_EDX_LONG_MODE; 5072 5073 pVM->cpum.s.GuestFeatures.fLongMode = 0; 5074 pVM->cpum.s.GuestFeatures.cVmxMaxPhysAddrWidth = 32; 5073 5075 break; 5074 5076
Note:
See TracChangeset
for help on using the changeset viewer.