VirtualBox

Changeset 88574 in vbox for trunk/include


Ignore:
Timestamp:
Apr 19, 2021 11:27:23 AM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 WIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/iommu-intel.h

    r88558 r88574  
    15141514/** RW: Read/write mask. */
    15151515#define VTD_IQERCD_REG_RW_MASK                                  UINT64_C(0)
     1516
     1517/** Invalidation Queue Error Information. */
     1518typedef enum VTD_IQERCD_IQEI_T
     1519{
     1520    kInfoNotAvailable = 0,
     1521    kInvalidTailPointer,
     1522    kFetchDescriptorFailed,
     1523    kInvalidDescriptorType,
     1524    kRsvdFieldViolation,
     1525    kInvalidDescriptorWidth,
     1526    kQueueTailNotAligned,
     1527    kInvalidTtm
     1528} VTD_IQERCD_IQEI_T;
    15161529/** @} */
    15171530
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