VirtualBox

Changeset 82026 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Nov 20, 2019 3:10:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134829
Message:

APIC,IOM,HM: Working on converting the APIC to the new device model. Did CFGM, SSM and MMIO. Eliminated pDevInsR0 data member. bugref:9218

File:
1 edited

Legend:

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

    r82018 r82026  
    98409840    /* Map the HC APIC-access page in place of the MMIO page, also updates the shadow page tables if necessary. */
    98419841    Assert(pVM->hm.s.vmx.HCPhysApicAccess != NIL_RTHCPHYS);
    9842     rc = IOMMMIOMapMMIOHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, X86_PTE_RW | X86_PTE_P);
     9842    rc = IOMR0MmioMapMmioHCPage(pVM, pVCpu, GCPhysApicBase, pVM->hm.s.vmx.HCPhysApicAccess, X86_PTE_RW | X86_PTE_P);
    98439843    AssertRCReturn(rc, rc);
    98449844
Note: See TracChangeset for help on using the changeset viewer.

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