aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/hvm
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-09-07 08:43:14 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-09-07 08:43:14 +0100
commit8a4bbcadab1800dd542970ff3f18b1062e8e5716 (patch)
tree0ab3778db8a251df4f121b048971f290e04a1bfd /xen/include/xen/hvm
parent22398f88b7b19bed9d0adbe18bbf53ae2f8e9b09 (diff)
downloadxen-8a4bbcadab1800dd542970ff3f18b1062e8e5716.tar.gz
xen-8a4bbcadab1800dd542970ff3f18b1062e8e5716.tar.bz2
xen-8a4bbcadab1800dd542970ff3f18b1062e8e5716.zip
amd iommu: Remove a useless flag and fix I/O page fault for hvm
passthru devices. Signed-off-by: Wei Wang <wei.wang2@amd.com>
Diffstat (limited to 'xen/include/xen/hvm')
-rw-r--r--xen/include/xen/hvm/iommu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/hvm/iommu.h b/xen/include/xen/hvm/iommu.h
index 8ed4530044..b72656ee57 100644
--- a/xen/include/xen/hvm/iommu.h
+++ b/xen/include/xen/hvm/iommu.h
@@ -41,7 +41,6 @@ struct hvm_iommu {
int domain_id;
int paging_mode;
struct page_info *root_table;
- bool_t p2m_synchronized;
/* iommu_ops */
struct iommu_ops *platform_ops;