Hi Linus, Please pull for v3.9-rc1. Thanks, Alex The following changes since commit 323a72d83c9b2963bd1e46c8e6963e468d4658d7: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-02-13 12:21:07 -0800) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v3.9-rc1 for you to fetch changes up to d65530fbc799e4036d4d3da4ab6e9fa6d8c4a447: drivers/vfio: remove depends on CONFIG_EXPERIMENTAL (2013-02-24 09:59:44 -0700) ---------------------------------------------------------------- VFIO for 3.9-rc1 - Fixes PCIe v1 extended capability support - Cleans up read/write access functions - Fix Removal test to properly wait until devices are unused - Enable pcieport driver usage for non-accessible devices w/in groups - Extensions for PCI VGA support ---------------------------------------------------------------- Alex Williamson (7): vfio-pci: Enable PCIe extended capabilities on v1 vfio-pci: Cleanup read/write functions vfio-pci: Cleanup BAR access vfio: Protect vfio_dev_present against device_del vfio: whitelist pcieport vfio-pci: Manage user power state transitions vfio-pci: Add support for VGA region access Kees Cook (1): drivers/vfio: remove depends on CONFIG_EXPERIMENTAL drivers/vfio/pci/Kconfig | 10 ++ drivers/vfio/pci/vfio_pci.c | 75 ++++++---- drivers/vfio/pci/vfio_pci_config.c | 52 +++++-- drivers/vfio/pci/vfio_pci_private.h | 19 +-- drivers/vfio/pci/vfio_pci_rdwr.c | 281 ++++++++++++++++-------------------- drivers/vfio/vfio.c | 35 ++--- include/uapi/linux/vfio.h | 9 ++ 7 files changed, 254 insertions(+), 227 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