VirtualBox

Changeset 86926 in vbox


Ignore:
Timestamp:
Nov 20, 2020 8:35:32 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Minor nit.

File:
1 edited

Legend:

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

    r86920 r86926  
    33163316                if (Irte.n.u3IntrType <= VBOX_MSI_DELIVERY_MODE_LOWEST_PRIO)
    33173317                {
    3318                     /* Preserve all bits from the source MSI address that don't map 1:1 from the IRTE. */
    3319                     pMsiOut->Addr.u64 = pMsiIn->Addr.u64;
     3318                    /* Preserve all bits from the source MSI address and data that don't map 1:1 from the IRTE. */
     3319                    *pMsiOut = *pMsiIn;
     3320
    33203321                    pMsiOut->Addr.n.u1DestMode = Irte.n.u1DestMode;
    33213322                    pMsiOut->Addr.n.u8DestId   = Irte.n.u8Dest;
    33223323
    3323                     /* Preserve all bits from the source MSI data that don't map 1:1 from the IRTE. */
    3324                     pMsiOut->Data.u32 = pMsiIn->Data.u32;
    33253324                    pMsiOut->Data.n.u8Vector       = Irte.n.u8Vector;
    33263325                    pMsiOut->Data.n.u3DeliveryMode = Irte.n.u3IntrType;
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