Changeset 86090 in vbox for trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
- Timestamp:
- Sep 11, 2020 10:42:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r86088 r86090 2502 2502 2503 2503 /** 2504 * Remap the interrupt using the interrupt remapping table.2504 * Remaps the interrupt using the interrupt remapping table. 2505 2505 * 2506 2506 * @returns VBox status code. … … 2527 2527 if (!Irte.n.u1GuestMode) 2528 2528 { 2529 if (Irte.n.u3IntrType < VBOX_MSI_DELIVERY_MODE_LOWEST_PRIO)2529 if (Irte.n.u3IntrType <= VBOX_MSI_DELIVERY_MODE_LOWEST_PRIO) 2530 2530 { 2531 2531 /* Preserve all bits from the source MSI address that don't map 1:1 from the IRTE. */
Note:
See TracChangeset
for help on using the changeset viewer.