VirtualBox

Changeset 65233 in vbox


Ignore:
Timestamp:
Jan 11, 2017 7:29:44 AM (8 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: column limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r65222 r65233  
    34843484                        AssertRCReturn(rc, rc);
    34853485
    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. */
    34873488                        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);
    34893491                        AssertRCReturn(rc, rc);
    34903492                    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette