Changeset 2545 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 8, 2007 4:50:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r2541 r2545 910 910 && pVM->cpum.s.aGuestCpuIdStd[0].edx == 0x49656e69 /* ntel */) 911 911 || ( pVM->cpum.s.aGuestCpuIdStd[0].ebx == 0x68747541 /* Auth */ 912 && pVM->cpum.s.aGuestCpuIdStd[0].e bx == 0x69746e65 /* enti */913 && pVM->cpum.s.aGuestCpuIdStd[0].e bx == 0x444d4163 /* cAMD */))912 && pVM->cpum.s.aGuestCpuIdStd[0].ecx == 0x69746e65 /* enti */ 913 && pVM->cpum.s.aGuestCpuIdStd[0].edx == 0x444d4163 /* cAMD */)) 914 914 && pVM->cpum.s.aGuestCpuIdStd[0].eax >= 1) 915 915 pVM->cpum.s.aGuestCpuIdStd[1].edx |= X86_CPUID_FEATURE_EDX_APIC;
Note:
See TracChangeset
for help on using the changeset viewer.