VirtualBox

Changeset 88621 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 21, 2021 3:19:56 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Build fix.

File:
1 edited

Legend:

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

    r88620 r88621  
    697697*   Global Variables                                                                                                             *
    698698*********************************************************************************************************************************/
     699#if defined(IN_RING3) || defined(LOG_ENABLED)
     700/**
     701 * The IOMMU I/O permission names.
     702 */
     703static const char * const g_aszPerm[] = { "none", "read", "write", "read+write" };
     704
    699705/**
    700706 * An array of the number of device table segments supported.
     
    702708 */
    703709static uint8_t const g_acDevTabSegs[] = { 0, 2, 4, 8 };
     710#endif
    704711
    705712/**
     
    719726 */
    720727static uint16_t const g_auDevTabSegMaxSizes[] = { 0x1ff, 0xff, 0x7f, 0x7f, 0x3f, 0x3f, 0x3f, 0x3f };
    721 
    722 /**
    723  * The IOMMU I/O permission names.
    724  */
    725 static const char * const g_aszPerm[] = { "none", "read", "write", "read+write" };
    726728
    727729
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