kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Factor VT-d KVM functions into a generic API
@ 2008-11-27 15:40 Joerg Roedel
  2008-11-27 15:40 ` [PATCH 1/9] KVM: rename vtd.c to iommu.c Joerg Roedel
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Joerg Roedel @ 2008-11-27 15:40 UTC (permalink / raw)
  To: kvm, linux-kernel, iommu; +Cc: avi, weidong.han, mingo, dwmw2, amit.shah

Hi,

this patch series makes the current KVM device passthrough code generic
enough so that other IOMMU implementation can also plug into this code.
It works by factoring the functions Vt-d code exports to KVM into a
generic interface which allows different backends.

This a basic implementation of a generic interface. It can and should be
improved later to support more types of hardware IOMMUs then VT-d and
AMD IOMMU.

Since I have no VT-d hardware available these patches are only compile
tested for now.

Please review, comment and test these patches.

Thanks,

Joerg

diffstat:

 arch/ia64/Kconfig               |    3 +
 arch/ia64/kvm/Makefile          |    2 +-
 arch/x86/Kconfig                |    3 +
 arch/x86/include/asm/kvm_host.h |    3 +-
 arch/x86/kvm/Makefile           |    2 +-
 drivers/base/Makefile           |    1 +
 drivers/base/iommu.c            |   94 +++++++++++++++++++
 drivers/pci/intel-iommu.c       |   91 ++++++++++++++++++
 include/linux/iommu.h           |  100 ++++++++++++++++++++
 virt/kvm/iommu.c                |  193 +++++++++++++++++++++++++++++++++++++++
 virt/kvm/vtd.c                  |  191 --------------------------------------




^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2008-12-01 18:16 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27 15:40 [PATCH 0/9] Factor VT-d KVM functions into a generic API Joerg Roedel
2008-11-27 15:40 ` [PATCH 1/9] KVM: rename vtd.c to iommu.c Joerg Roedel
2008-11-27 16:32   ` Avi Kivity
2008-11-27 17:05     ` Joerg Roedel
2008-11-30 10:12       ` Avi Kivity
2008-11-27 15:40 ` [PATCH 2/9] introcude linux/iommu.h for an iommu api Joerg Roedel
2008-11-28  2:50   ` Han, Weidong
2008-11-27 15:40 ` [PATCH 3/9] add frontend implementation for the IOMMU API Joerg Roedel
2008-11-28  2:50   ` Han, Weidong
2008-12-01 18:16     ` 'Joerg Roedel'
2008-11-28  9:40   ` FUJITA Tomonori
2008-11-28 11:31     ` Joerg Roedel
2008-12-01  8:38       ` FUJITA Tomonori
2008-12-01 12:00         ` Joerg Roedel
2008-12-01 13:02           ` Muli Ben-Yehuda
2008-12-01 14:07             ` Joerg Roedel
2008-12-01 14:18             ` FUJITA Tomonori
2008-12-01 14:27               ` Joerg Roedel
2008-12-01 14:33                 ` Avi Kivity
2008-12-01 15:46                   ` Joerg Roedel
2008-12-01 15:58                   ` FUJITA Tomonori
2008-12-01 16:59                     ` Joerg Roedel
2008-12-01 17:27                     ` Joerg Roedel
2008-11-27 15:40 ` [PATCH 4/9] select IOMMU_API when DMAR and/or AMD_IOMMU is selected Joerg Roedel
2008-11-27 15:40 ` [PATCH 5/9] VT-d: add domain init and destroy functions for IOMMU API Joerg Roedel
2008-11-27 15:40 ` [PATCH 6/9] VT-d: add device attach and detach " Joerg Roedel
2008-11-27 15:40 ` [PATCH 7/9] VT-d: add domain map and iova_to_phys " Joerg Roedel
2008-11-27 15:40 ` [PATCH 8/9] VT-d: register functions for the " Joerg Roedel
2008-11-28  2:50   ` Han, Weidong
2008-11-27 15:40 ` [PATCH 9/9] KVM: change KVM iommu.c to use " Joerg Roedel
2008-11-27 15:43 ` [osrc-patches] [PATCH 0/9] Factor VT-d KVM functions into a generic API Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).