projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519c809
)
ACPICA: iASL: Decode subtable type field for VIOT
author
Bob Moore
<robert.moore@intel.com>
Tue, 6 Apr 2021 21:30:25 +0000
(14:30 -0700)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 7 Apr 2021 17:09:01 +0000
(19:09 +0200)
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>
include/acpi/actbl3.h
patch
|
blob
|
history
diff --git
a/include/acpi/actbl3.h
b/include/acpi/actbl3.h
index e9bd7ce65f7c603f5481d2199176b920730aae16..c0e68331f1fcf8262fcbaa5ebd13faec80301417 100644
(file)
--- a/
include/acpi/actbl3.h
+++ b/
include/acpi/actbl3.h
@@
-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 */