Allow IOMMU tables above 2G
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 1 Dec 2007 14:51:25 +0000 (14:51 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 1 Dec 2007 14:51:25 +0000 (14:51 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3753 c046a42c-6fe2-441c-8c8c-71466251a162

hw/iommu.c

index 784a780..271c4d4 100644 (file)
@@ -96,7 +96,7 @@ do { printf("IOMMU: " fmt , ##args); } while (0)
 #define IOMMU_MID           0x00000008
 
 /* The format of an iopte in the page tables */
-#define IOPTE_PAGE          0x07ffff00 /* Physical page number (PA[30:12]) */
+#define IOPTE_PAGE          0xffffff00 /* Physical page number (PA[35:12]) */
 #define IOPTE_CACHE         0x00000080 /* Cached (in vme IOCACHE or
                                           Viking/MXCC) */
 #define IOPTE_WRITE         0x00000004 /* Writeable */