VirtualBox

Changeset 89494 in vbox


Ignore:
Timestamp:
Jun 4, 2021 5:39:56 AM (3 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Build fix.

File:
1 edited

Legend:

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

    r89493 r89494  
    23082308                uint64_t const fOffMask   = X86_GET_PAGE_OFFSET_MASK(IoPage.cShift);
    23092309                uint64_t const offAddrOut = uAddrIn & fOffMask;
    2310                 Assert(!(IoPage.GCPhysBase & fIoPageMask));
     2310                Assert(!(IoPage.GCPhysBase & fOffMask));
    23112311                GCPhysAddr = IoPage.GCPhysBase | offAddrOut;
    23122312            }
     
    37413741                          | RT_BF_MAKE(VTD_BF_ECAP_REG_SRS,    0)  /* Supervisor request not supported. */
    37423742                          | RT_BF_MAKE(VTD_BF_ECAP_REG_NWFS,   0)  /* 0 as DT not supported. */
    3743                           | RT_BF_MAKE(VTD_BF_ECAP_REG_EAFS,   0)  /** @todo figure out if EAFS is required? */
     3743                          | RT_BF_MAKE(VTD_BF_ECAP_REG_EAFS,   0)  /* 0 as SMPWCS not supported. */
    37443744                          | RT_BF_MAKE(VTD_BF_ECAP_REG_PSS,    0)  /* 0 as PASID not supported. */
    3745                           | RT_BF_MAKE(VTD_BF_ECAP_REG_PASID,  0)  /* PASID support. */
     3745                          | RT_BF_MAKE(VTD_BF_ECAP_REG_PASID,  0)  /* PASID not supported. */
    37463746                          | RT_BF_MAKE(VTD_BF_ECAP_REG_DIT,    0)  /* 0 as DT not supported. */
    37473747                          | RT_BF_MAKE(VTD_BF_ECAP_REG_PDS,    0)  /* 0 as DT not supported. */
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