Skip to content

Commit

Permalink
ACPICA: iASL: Decode subtable type field for VIOT
Browse files Browse the repository at this point in the history
For the table disassembler, decode the subtable type field to a descriptive string.

ACPICA commit 2197e354fb5dcafaddd2016ffeb0620e5bc3d5e2

Link: https://github.com/acpica/acpica/commit/2197e354
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Apr 7, 2021
1 parent 519c809 commit f73b861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/acpi/actbl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ enum acpi_viot_node_type {
ACPI_VIOT_NODE_MMIO = 0x02,
ACPI_VIOT_NODE_VIRTIO_IOMMU_PCI = 0x03,
ACPI_VIOT_NODE_VIRTIO_IOMMU_MMIO = 0x04,
ACPI_VIOT_RESERVED = 0x05
};

/* VIOT subtables */
Expand Down

0 comments on commit f73b861

Please sign in to comment.