VirtualBox

Changeset 85815 in vbox


Ignore:
Timestamp:
Aug 18, 2020 11:22:06 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 ring-0 build fixes.

File:
1 edited

Legend:

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

    r85640 r85815  
    27642764        iommuAmdCmdThreadWakeUpIfNeeded(pDevIns);
    27652765    }
     2766
     2767    return VINF_SUCCESS;
    27662768}
    27672769
     
    35363538        }
    35373539    }
     3540
     3541    return VINF_SUCCESS;
    35383542}
    35393543
     
    43024306        /* Continue with traversing the page directory at this level. */
    43034307    }
    4304 
    4305     /* Shouldn't really get here. */
    4306     return VERR_IOMMU_IPE_3;
    43074308}
    43084309
     
    51315132    IOMMU_LOCK(pDevIns);
    51325133
    5133     VBOXSTRICTRC rcStrict;
     5134    VBOXSTRICTRC rcStrict = VERR_INVALID_FUNCTION;
    51345135    switch (uAddress)
    51355136    {
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