Changeset 51233 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 12, 2014 11:12:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
r50617 r51233 200 200 { 201 201 PVM pVM = pVCpu->CTX_SUFF(pVM); 202 #if 0 /** @todo Sort this one out properly. Evidence from ticks 12240 and 12875 suggest the apic base is still readable even 203 * after the apic has been diabled. That makes common sense too. What we need to do here, though, is check whether 204 * there is an APIC device associated with the VM, and GP if there isn't. But that's for later. */ 202 205 if ( !pVM->cpum.s.GuestFeatures.fApic 203 206 && !pVM->cpum.s.GuestFeatures.fX2Apic) … … 206 209 return VERR_CPUM_RAISE_GP_0; 207 210 } 211 #endif 208 212 209 213 *puValue = pVCpu->cpum.s.Guest.msrApicBase;
Note:
See TracChangeset
for help on using the changeset viewer.