Anthony, My last vfio pull request didn't seem to make the most recent round of merges. The only difference in this request is trivial patch 8/8, the rest is a resend. I've not rebased in order to maintain the commit IDs from my previous tag, the merge to current HEAD is still clean. Please pull. Thanks, Alex The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c: SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140128.0 for you to fetch changes up to 8b6d14087d487203f4d1a67aeaddc3be6c73f49f: vfio: correct debug macro typo (2014-01-28 08:23:19 -0700) ---------------------------------------------------------------- vfio-pci updates include: - Destroy MemoryRegions on device teardown - Print warnings around PCI option ROM failures - Skip bogus mappings from 64bit BAR sizing - Act on DMA mapping failures - Fix alignment to avoid MSI-X table mapping - Fix debug macro typo ---------------------------------------------------------------- Alex Williamson (3): vfio: Destroy memory regions vfio: Filter out bogus mappings vfio-pci: Fail initfn on DMA mapping errors Alexey Kardashevskiy (2): kvm: initialize qemu_host_page_size vfio: fix mapping of MSIX bar Bandan Das (3): vfio: warn if host device rom can't be read vfio: Do not reattempt a failed rom read vfio: correct debug macro typo hw/misc/vfio.c | 78 ++++++++++++++++++++++++++++++++++++++++++------- include/exec/exec-all.h | 1 + kvm-all.c | 1 + translate-all.c | 14 +++++---- 4 files changed, 77 insertions(+), 17 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