aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/amd-iommu.h
diff options
context:
space:
mode:
authorWei Wang <wei.wang2@amd.com>2011-11-22 13:25:42 +0000
committerWei Wang <wei.wang2@amd.com>2011-11-22 13:25:42 +0000
commit7e82d0d14ac2b27e09a53daa5943d907f625d514 (patch)
tree69e9c08731a3043449cda41536876cc9801d93cc /xen/include/asm-x86/amd-iommu.h
parent28909bdbbe426a7ae3621f82d3dc9d7306bb5e65 (diff)
downloadxen-7e82d0d14ac2b27e09a53daa5943d907f625d514.tar.gz
xen-7e82d0d14ac2b27e09a53daa5943d907f625d514.tar.bz2
xen-7e82d0d14ac2b27e09a53daa5943d907f625d514.zip
amd iommu: Advertise iommu extended feature bits to xen.
Signed-off-by: Wei Wang <wei.wang2@amd.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/amd-iommu.h')
-rw-r--r--xen/include/asm-x86/amd-iommu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/amd-iommu.h b/xen/include/asm-x86/amd-iommu.h
index 9346da88b0..876d9b998a 100644
--- a/xen/include/asm-x86/amd-iommu.h
+++ b/xen/include/asm-x86/amd-iommu.h
@@ -54,6 +54,7 @@ struct amd_iommu {
iommu_cap_t cap;
u8 ht_flags;
+ u64 features;
void *mmio_base;
unsigned long mmio_base_phys;