Hi Linus, Please pull the following tag for v3.10. This should auto merge cleanly to your current tree. Thanks, Alex The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-for-v3.10 for you to fetch changes up to 664e9386bd05dbdfecfb28d6cf2fde983aabc65c: vfio: Set container device mode (2013-04-30 15:42:28 -0600) ---------------------------------------------------------------- vfio updates for v3.10 Changes include extension to support PCI AER notification to userspace, byte granularity of PCI config space and access to unarchitected PCI config space, better protection around IOMMU driver accesses, default file mode fix, and a few misc cleanups. ---------------------------------------------------------------- Alex Williamson (5): vfio-pci: Use byte granularity in config map vfio-pci: Enable raw access to unassigned config space vfio: Convert container->group_lock to rwsem vfio: Use down_reads to protect iommu disconnects vfio: Set container device mode Vijay Mohan Pandarathil (2): VFIO: Wrapper for getting reference to vfio_device VFIO-AER: Vfio-pci driver changes for supporting AER Wei Yongjun (1): vfio: make local function vfio_pci_intx_unmask_handler() static Yijing Wang (1): PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities Register drivers/vfio/pci/vfio_pci.c | 44 ++++++++- drivers/vfio/pci/vfio_pci_config.c | 172 ++++++++++++++++++++---------------- drivers/vfio/pci/vfio_pci_intrs.c | 67 +++++++++++++- drivers/vfio/pci/vfio_pci_private.h | 1 + drivers/vfio/vfio.c | 117 ++++++++++++++++++------ include/linux/vfio.h | 3 + include/uapi/linux/vfio.h | 1 + 7 files changed, 298 insertions(+), 107 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html