VirtualBox

Changeset 89591 in vbox


Ignore:
Timestamp:
Jun 10, 2021 8:45:07 AM (3 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Don't mask out the destination page offset bits in passthrough mode (caller no longer does it).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp

    r89590 r89591  
    24932493                                                PDMARMEMREQOUT pOut = &pMemReqRemap->Out;
    24942494                                                PCDMARMEMREQIN pIn  = &pMemReqRemap->In;
    2495                                                 pOut->AddrRange.uAddr = pIn->AddrRange.uAddr & X86_PAGE_4K_BASE_MASK;
     2495                                                pOut->AddrRange.uAddr = pIn->AddrRange.uAddr;
    24962496                                                pOut->AddrRange.cb    = pIn->AddrRange.cb;
    24972497                                                pOut->AddrRange.fPerm = DMAR_PERM_ALL;
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