VirtualBox

Changeset 109037 in vbox for trunk/include


Ignore:
Timestamp:
Apr 21, 2025 12:43:30 PM (13 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168568
Message:

acpi-tables.h: bugref:10877 GIC ITS typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/acpi-tables.h

    r106337 r109037  
    827827typedef struct ACPIMADTGICITS
    828828{
    829     uint8_t             bType;                          /**< 0x000: The GICR structure type, ACPI_MADT_INTR_CTRL_TYPE_GICR. */
     829    uint8_t             bType;                          /**< 0x000: The GITS structure type, ACPI_MADT_INTR_CTRL_TYPE_GIC_ITS. */
    830830    uint8_t             cbThis;                         /**< 0x001: Length of this structure, 16. */
    831831    uint16_t            u16Rsvd0;                       /**< 0x002: Reserved, MBZ. */
    832832    uint32_t            u32GicItsId;                    /**< 0x004: This GIC ITS ID. */
    833833    uint64_t            u64PhysAddrBase;                /**< 0x008: The 64-bit physical address for the Interrupt Translation Service. */
    834     uint32_t            u32Rsvd1;                       /**< 0x010: Rserved, MBZ. */
     834    uint32_t            u32Rsvd1;                       /**< 0x010: Reserved, MBZ. */
    835835} ACPIMADTGICITS;
    836836#pragma pack()
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette