Changeset 48368 in vbox for trunk/src/VBox/VMM/VMMR3/CPUM.cpp
- Timestamp:
- Sep 6, 2013 5:28:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r47889 r48368 1572 1572 #endif 1573 1573 1574 1575 /* C-state control. Guesses. */ 1576 pVCpu->cpum.s.GuestMsrs.msr.PkgCStateCfgCtrl = 1 /*C1*/ | RT_BIT_32(25) | RT_BIT_32(26) | RT_BIT_32(27) | RT_BIT_32(28); 1577 1578 1574 1579 /* 1575 1580 * Get the APIC base MSR from the APIC device. For historical reasons (saved state), the APIC base
Note:
See TracChangeset
for help on using the changeset viewer.