From: Alex Williamson <alex.williamson@redhat.com>
To: bhelgaas@google.com, linux-pci@vger.kernel.org
Cc: benh@kernel.crashing.org, aik@ozlabs.ru,
david@gibson.dropbear.id.au, joerg.roedel@amd.com,
dwmw2@infradead.org, konrad.wilk@oracle.com,
iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
ddutile@redhat.com, alex.williamson@redhat.com
Subject: [PATCH 0/5] PCI: Prep for VFIO and IOMMU Groups
Date: Tue, 29 May 2012 22:48:25 -0600 [thread overview]
Message-ID: <20120530043142.1164.63415.stgit@bling.home> (raw)
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(-)
next reply other threads:[~2012-05-30 4:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 4:48 Alex Williamson [this message]
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
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120530043142.1164.63415.stgit@bling.home \
--to=alex.williamson@redhat.com \
--cc=aik@ozlabs.ru \
--cc=benh@kernel.crashing.org \
--cc=bhelgaas@google.com \
--cc=david@gibson.dropbear.id.au \
--cc=ddutile@redhat.com \
--cc=dwmw2@infradead.org \
--cc=iommu@lists.linux-foundation.org \
--cc=joerg.roedel@amd.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).