aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-28 13:21:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-28 13:21:49 +0000
commit974373490d7598b177da9b449ce20bec559867fc (patch)
treebbf8110ebbd06043e59176d5aa1fbb97d0223b05 /xen/include/xen/acpi.h
parent912ede3b1ae1ef0ad3010424f046f951972d7605 (diff)
downloadxen-974373490d7598b177da9b449ce20bec559867fc.tar.gz
xen-974373490d7598b177da9b449ce20bec559867fc.tar.bz2
xen-974373490d7598b177da9b449ce20bec559867fc.zip
Add ACPI tables support for AMD IOMMU
Configuration information for AMD IOMMU control fields are descirbed by I/O virtualization Reporting Structure (IVRS) table, this patch set parses IVRS table and updates iommu control flags according to the result. Signed-off-by: Wei Wang <wei.wang2@amd.com>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index ea29c09b9a..fcb161ba92 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -368,6 +368,7 @@ enum acpi_table_id {
ACPI_HPET,
ACPI_MCFG,
ACPI_DMAR,
+ ACPI_IVRS,
ACPI_TABLE_COUNT
};