VirtualBox

Changeset 83733 in vbox


Ignore:
Timestamp:
Apr 17, 2020 7:23:23 AM (5 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Bits.

File:
1 edited

Legend:

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

    r83732 r83733  
    28192819    switch (uAddress)
    28202820    {
    2821         case IOMMU_PCI_OFF_CAP_HDR:
    2822         case IOMMU_PCI_OFF_RANGE_REG:
    2823         case IOMMU_PCI_OFF_MISCINFO_REG_0:
    2824         case IOMMU_PCI_OFF_MISCINFO_REG_1: /* We don't support guest-address translation (GASup=0). */
     2821        case IOMMU_PCI_OFF_CAP_HDR:         /* All fields are read-only. */
     2822        case IOMMU_PCI_OFF_RANGE_REG:       /* We don't have any devices integrated with the IOMMU. */
     2823        case IOMMU_PCI_OFF_MISCINFO_REG_0:  /* We don't support MSI-X. */
     2824        case IOMMU_PCI_OFF_MISCINFO_REG_1:  /* We don't support guest-address translation. */
    28252825        {
    28262826            Log((IOMMU_LOG_PFX ": PCI config write (%#RX32) to read-only register %#x -> Ignored\n", u32Value, uAddress));
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