Changeset 57558 in vbox
- Timestamp:
- Aug 27, 2015 12:40:38 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
r57358 r57558 205 205 static DECLCALLBACK(VBOXSTRICTRC) cpumMsrRd_Ia32ApicBase(PVMCPU pVCpu, uint32_t idMsr, PCCPUMMSRRANGE pRange, uint64_t *puValue) 206 206 { 207 PVM pVM = pVCpu->CTX_SUFF(pVM);208 207 #if 0 /** @todo Sort this one out properly. Evidence from ticks 12240 and 12875 suggest the apic base is still readable even 209 208 * after the apic has been diabled. That makes common sense too. What we need to do here, though, is check whether 210 209 * there is an APIC device associated with the VM, and GP if there isn't. But that's for later. */ 210 PVM pVM = pVCpu->CTX_SUFF(pVM); 211 211 if ( !pVM->cpum.s.GuestFeatures.fApic 212 212 && !pVM->cpum.s.GuestFeatures.fX2Apic) -
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r57446 r57558 147 147 { 148 148 PVM pVM = (PVM)pvUser1; 149 PCPUM pCPUM = &pVM->cpum.s;150 149 151 150 NOREF(idCpu); NOREF(pvUser2);
Note:
See TracChangeset
for help on using the changeset viewer.