VirtualBox

Changeset 89588 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jun 10, 2021 8:39:50 AM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 DevE1000: Avoid including local macros defines (esp. without a fairly unique prefix) to avoid potential conflicts when testing device struct size/alignment which includes code/headers from other devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r88533 r89588  
    278278/*****************************************************************************/
    279279
     280#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    280281/** Gets the specfieid bits from the register. */
    281282#define GET_BITS(reg, bits) ((reg & reg##_##bits##_MASK) >> reg##_##bits##_SHIFT)
     
    492493#define WUPL     pThis->auRegs[WUPL_IDX]
    493494/** @} */
     495#endif  /* VBOX_DEVICE_STRUCT_TESTCASE */
    494496
    495497/**
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