Changeset 83733 in vbox
- Timestamp:
- Apr 17, 2020 7:23:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r83732 r83733 2819 2819 switch (uAddress) 2820 2820 { 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. */ 2825 2825 { 2826 2826 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.