VirtualBox

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


Ignore:
Timestamp:
Oct 21, 2019 8:21:43 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134151
Message:

IOM: Replaced IOMMMIOPhysHandler with the new version. bugref:9218

File:
1 edited

Legend:

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

    r81278 r81433  
    1548615486                 VMX_EXIT_QUAL_APIC_ACCESS_OFFSET(pVmxTransient->uExitQual)));
    1548715487
    15488             PVMCC      pVM  = pVCpu->CTX_SUFF(pVM);
    15489             PCPUMCTX pCtx = &pVCpu->cpum.GstCtx;
    15490             rcStrict = IOMMMIOPhysHandler(pVM, pVCpu,
    15491                                           uAccessType == VMX_APIC_ACCESS_TYPE_LINEAR_READ ? 0 : X86_TRAP_PF_RW,
    15492                                           CPUMCTX2CORE(pCtx), GCPhys);
     15488            rcStrict = IOMR0MmioPhysHandler(pVCpu->CTX_SUFF(pVM), pVCpu,
     15489                                            uAccessType == VMX_APIC_ACCESS_TYPE_LINEAR_READ ? 0 : X86_TRAP_PF_RW, GCPhys);
    1549315490            Log4Func(("IOMMMIOPhysHandler returned %Rrc\n", VBOXSTRICTRC_VAL(rcStrict)));
    1549415491            if (   rcStrict == VINF_SUCCESS
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