Changeset 65233 in vbox
- Timestamp:
- Jan 11, 2017 7:29:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r65222 r65233 3484 3484 AssertRCReturn(rc, rc); 3485 3485 3486 /* Map the HC APIC-access page in place of the MMIO page, also updates the shadow page tables if necessary. */ 3486 /* Map the HC APIC-access page in place of the MMIO page, also updates the shadow page tables 3487 if necessary. */ 3487 3488 Log4(("HM: VCPU%u: Mapped HC APIC-access page GCPhysApicBase=%#RGp\n", pVCpu->idCpu, GCPhysApicBase)); 3488 rc = IOMMMIOMapMMIOHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, X86_PTE_RW | X86_PTE_P); 3489 rc = IOMMMIOMapMMIOHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, 3490 X86_PTE_RW | X86_PTE_P); 3489 3491 AssertRCReturn(rc, rc); 3490 3492 }
Note:
See TracChangeset
for help on using the changeset viewer.