]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
Add AMD IOMMU support into hypervisor
authorKeir Fraser <keir@xensource.com>
Fri, 21 Sep 2007 16:15:47 +0000 (17:15 +0100)
committerKeir Fraser <keir@xensource.com>
Fri, 21 Sep 2007 16:15:47 +0000 (17:15 +0100)
commit0700c962ac2dc8a9cd1de123bbca9b04901b0ba8
tree057d512a84645185aaadfc9a56cd2ca20e019193
parented20abc6f0e995a4608b94001455d0d0ffeac2a3
Add AMD IOMMU support into hypervisor
Signed-off-by: Wei Wang <wei.wang2@amd.com>
14 files changed:
xen/arch/x86/hvm/svm/Makefile
xen/arch/x86/hvm/svm/amd_iommu/Makefile [new file with mode: 0644]
xen/arch/x86/hvm/svm/amd_iommu/amd-iommu-detect.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/amd_iommu/amd-iommu-init.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/amd_iommu/amd-iommu-map.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/amd_iommu/pci-amd-iommu.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/amd_iommu/pci-direct.h [new file with mode: 0644]
xen/arch/x86/hvm/svm/amd_iommu/pci_regs.h [new file with mode: 0644]
xen/arch/x86/setup.c
xen/include/asm-x86/amd-iommu.h [new file with mode: 0644]
xen/include/asm-x86/fixmap.h
xen/include/asm-x86/hvm/iommu.h
xen/include/asm-x86/hvm/svm/amd-iommu-defs.h [new file with mode: 0644]
xen/include/asm-x86/hvm/svm/amd-iommu-proto.h [new file with mode: 0644]