Changeset 85640 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Aug 7, 2020 9:34:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r85563 r85640 469 469 /** Number of device table segments supported (power of 2). */ 470 470 #define IOMMU_MAX_DEV_TAB_SEGMENTS 3 471 /** Maximum host address translation level supported (inclusive). */ 471 /** Maximum host address translation level supported (inclusive). NOTE! If you 472 * change this make sure to change the value in ACPI tables (DevACPI.cpp) */ 472 473 #define IOMMU_MAX_HOST_PT_LEVEL 6 473 474 /** The IOTLB entry magic. */ … … 6034 6035 /* 6035 6036 * Initialize read-only registers. 6037 * NOTE! Fields here must match their corresponding field in the ACPI tables. 6036 6038 */ 6037 6039 /** @todo Don't remove the =0 assignment for now. It's just there so it's easier
Note:
See TracChangeset
for help on using the changeset viewer.