From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4F2a-0001j1-VG for qemu-devel@nongnu.org; Fri, 17 Jan 2014 14:25:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4F2V-0004If-5C for qemu-devel@nongnu.org; Fri, 17 Jan 2014 14:25:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4F2U-0004IL-Tq for qemu-devel@nongnu.org; Fri, 17 Jan 2014 14:25:11 -0500 From: Alex Williamson Date: Fri, 17 Jan 2014 12:25:08 -0700 Message-ID: <20140117192252.10456.96113.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/7] vfio pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@amazon.com Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Hi Anthony, 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-20140117.0 for you to fetch changes up to 8d7b5a1da0e06aa7addd7f084d9ec9d433c4bafb: vfio: fix mapping of MSIX bar (2014-01-17 11:12:56 -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 ---------------------------------------------------------------- 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 (2): vfio: warn if host device rom can't be read vfio: Do not reattempt a failed rom read hw/misc/vfio.c | 76 ++++++++++++++++++++++++++++++++++++++++++------- include/exec/exec-all.h | 1 + kvm-all.c | 1 + translate-all.c | 14 +++++---- 4 files changed, 76 insertions(+), 16 deletions(-)