diff options
author | Kay, Allen M <allen.m.kay@intel.com> | 2008-09-09 19:37:29 +0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-10-15 16:24:08 +0400 |
commit | 387179464257921eb9aa3d15cc3ff194f6945a7c (patch) | |
tree | a7f06903688df8a1d3231faf1ab68bf80e032ea6 /drivers/pci/intr_remapping.h | |
parent | aa3a816b6d0bd59e1a9c548cc7d2dd829f26534f (diff) | |
download | linux-387179464257921eb9aa3d15cc3ff194f6945a7c.tar.xz |
VT-d: Changes to support KVM
This patch extends the VT-d driver to support KVM
[Ben: fixed memory pinning]
[avi: move dma_remapping.h as well]
Signed-off-by: Kay, Allen M <allen.m.kay@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
Signed-off-by: Ben-Ami Yassour <benami@il.ibm.com>
Signed-off-by: Amit Shah <amit.shah@qumranet.com>
Acked-by: Mark Gross <mgross@linux.intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/pci/intr_remapping.h')
-rw-r--r-- | drivers/pci/intr_remapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/intr_remapping.h b/drivers/pci/intr_remapping.h index 05f2635bbe4e..ca48f0df8ac9 100644 --- a/drivers/pci/intr_remapping.h +++ b/drivers/pci/intr_remapping.h @@ -1,4 +1,4 @@ -#include "intel-iommu.h" +#include <linux/intel-iommu.h> struct ioapic_scope { struct intel_iommu *iommu; |