iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] PCI: Prep for VFIO and IOMMU Groups
@ 2012-05-30  4:48 Alex Williamson
       [not found] ` <20120530043142.1164.63415.stgit-xdHQ/5r00wBBDLzU/O5InQ@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Alex Williamson @ 2012-05-30  4:48 UTC (permalink / raw)
  To: bhelgaas-hpIqsD4AKlfQT0dZR+AlfA, linux-pci-u79uwXL29TY76Z2rM5mHXA
  Cc: aik-sLpHqDYs0B2HXe+LvDLADg, benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ,
	david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+

These are the PCI related patches from the previously submitted
v2 IOMMU Groups + VFIO series.  I've updated them with Don's
comments and split them off on their own so that we can hopefully
make some progress getting these in.  Patches are against 20120529
linux-next tree.

Patches 1 & 2 provide DMA quirking and ACS checking which will be
used by IOMMU drivers supporting IOMMU groups.  Patch 3 enables the
set of pci user config access functions to be called from other
modules, which will be used by VFIO-pci.  Patch 4 enables a common
translation of pcibios errors into errno for returning to userspace,
also to be used by VFIO-pci.  Patch 5 adds additional PCI register
definitions so we can more easily parse config space for devices in
VFIO-pci.

These patches, as well as IOMMU group support and VFIO can be
found in git here:

git://github.com/awilliam/linux-vfio.git (iommu-group-vfio-next-20120529)

Please consider these for 3.5, but I'll settle for any kind of next
branch.  Thanks,

Alex

---

Alex Williamson (5):
      pci: Misc pci_reg additions
      pci: Create common pcibios_err_to_errno
      pci: export pci_user functions for use by other drivers
      pci: Add ACS validation utility
      pci: Add PCI DMA source ID quirk


 drivers/pci/access.c                 |    6 +-
 drivers/pci/pci.c                    |   68 ++++++++++++++++++++
 drivers/pci/pci.h                    |    7 --
 drivers/pci/quirks.c                 |   69 +++++++++++++++++++++
 drivers/xen/xen-pciback/conf_space.c |    6 +-
 include/linux/pci.h                  |   49 ++++++++++++++-
 include/linux/pci_regs.h             |  113 ++++++++++++++++++++++++++++++----
 7 files changed, 293 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2012-05-30 18:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30  4:48 [PATCH 0/5] PCI: Prep for VFIO and IOMMU Groups Alex Williamson
     [not found] ` <20120530043142.1164.63415.stgit-xdHQ/5r00wBBDLzU/O5InQ@public.gmane.org>
2012-05-30  4:48   ` [PATCH 1/5] pci: Add PCI DMA source ID quirk Alex Williamson
2012-05-30  8:34     ` Gavin Shan
2012-05-30 15:36       ` Alex Williamson
2012-05-30 13:27     ` Jiang Liu
     [not found]       ` <4FC6204C.5000209-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-05-30 18:05         ` Alex Williamson
2012-05-30  4:48   ` [PATCH 2/5] pci: Add ACS validation utility Alex Williamson
2012-05-30  4:48   ` [PATCH 3/5] pci: export pci_user functions for use by other drivers Alex Williamson
2012-05-30  4:48   ` [PATCH 4/5] pci: Create common pcibios_err_to_errno Alex Williamson
2012-05-30  4:49   ` [PATCH 5/5] pci: Misc pci_reg additions Alex Williamson

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).