aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/hvm
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-09 15:57:57 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-09 15:57:57 +0000
commit49e486455bf74d050ba4e754ee57c414d5261cbc (patch)
tree0105e7ea5bf0164348a4762b389d6b0fb139e92b /xen/include/xen/hvm
parent0d1fa649fe49417975f1fb9c51efc35944532a13 (diff)
downloadxen-49e486455bf74d050ba4e754ee57c414d5261cbc.tar.gz
xen-49e486455bf74d050ba4e754ee57c414d5261cbc.tar.bz2
xen-49e486455bf74d050ba4e754ee57c414d5261cbc.zip
AMD IOMMU: Allocate I/O pagetable from domheap instead of xenheap
Signed-off-by: Wei Wang <wei.wang2@amd.com>
Diffstat (limited to 'xen/include/xen/hvm')
-rw-r--r--xen/include/xen/hvm/iommu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/hvm/iommu.h b/xen/include/xen/hvm/iommu.h
index 2a66956c77..8ed4530044 100644
--- a/xen/include/xen/hvm/iommu.h
+++ b/xen/include/xen/hvm/iommu.h
@@ -40,7 +40,7 @@ struct hvm_iommu {
/* amd iommu support */
int domain_id;
int paging_mode;
- void *root_table;
+ struct page_info *root_table;
bool_t p2m_synchronized;
/* iommu_ops */