Changeset 23798 in vbox
- Timestamp:
- Oct 15, 2009 1:08:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r23797 r23798 404 404 405 405 CFGMR3QueryBoolDef(CFGMR3GetChild(CFGMR3GetRoot(pVM), "CPUM"), "SyntheticCpu", &pCPUM->fSyntheticCpu, false); 406 pCPUM->fSyntheticCpu = true; 406 407 if (pCPUM->fSyntheticCpu) 407 408 { … … 420 421 421 422 /* 1.eax: Version information. family : model : stepping */ 422 pCPUM->aGuestCpuIdStd[ 0].eax = (0xf << 8) + (0x1 << 4) + 1;423 pCPUM->aGuestCpuIdStd[1].eax = (0xf << 8) + (0x1 << 4) + 1; 423 424 424 425 /* Leaves 2 - 4 are Intel only - zero them out */
Note:
See TracChangeset
for help on using the changeset viewer.