All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/2] Add one more PCI IOMMU ops
@ 2016-02-17 10:25 Peter Xu
  2016-02-17 10:25 ` [Qemu-devel] [RFC PATCH 1/2] pci: renaming PCIIOMMUFunc to PCIIOMMUASLookupFunc Peter Xu
  2016-02-17 10:25 ` [Qemu-devel] [RFC PATCH 2/2] pci: add PCIIOMMUOps and PCIIOMMUIntRemapFunc Peter Xu
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Xu @ 2016-02-17 10:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, pbonzini, jasowang, peterx, mst

This patchset extended the PCI IOMMU Ops. Currently, there is only
one IOMMU op which is to lookup the address space. One more
operation is added to do further interrupt remapping.

This is a RFC patch before moving on to further enable IR for
Intel IOMMU. 

Please help review!

Thanks.
Peter

Peter Xu (2):
  pci: renaming PCIIOMMUFunc to PCIIOMMUASLookupFunc
  pci: add PCIIOMMUOps and PCIIOMMUIntRemapFunc

 hw/pci/pci.c             | 21 ++++++++++++++++-----
 include/hw/pci/pci.h     | 14 ++++++++++++--
 include/hw/pci/pci_bus.h |  2 +-
 3 files changed, 29 insertions(+), 8 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2016-02-18  4:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 10:25 [Qemu-devel] [RFC PATCH 0/2] Add one more PCI IOMMU ops Peter Xu
2016-02-17 10:25 ` [Qemu-devel] [RFC PATCH 1/2] pci: renaming PCIIOMMUFunc to PCIIOMMUASLookupFunc Peter Xu
2016-02-17 10:25 ` [Qemu-devel] [RFC PATCH 2/2] pci: add PCIIOMMUOps and PCIIOMMUIntRemapFunc Peter Xu
2016-02-17 19:46   ` Paolo Bonzini
2016-02-18  4:54     ` Peter Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.