VirtualBox

Ignore:
Timestamp:
Sep 11, 2020 10:42:01 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Both fixed (0) and arbitrated/lowest priority (1) are valid while remapping interrupts.

File:
1 edited

Legend:

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

    r86088 r86090  
    25022502
    25032503/**
    2504  * Remap the interrupt using the interrupt remapping table.
     2504 * Remaps the interrupt using the interrupt remapping table.
    25052505 *
    25062506 * @returns VBox status code.
     
    25272527            if (!Irte.n.u1GuestMode)
    25282528            {
    2529                 if (Irte.n.u3IntrType < VBOX_MSI_DELIVERY_MODE_LOWEST_PRIO)
     2529                if (Irte.n.u3IntrType <= VBOX_MSI_DELIVERY_MODE_LOWEST_PRIO)
    25302530                {
    25312531                    /* 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette