From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8B3E-0004e0-PZ for qemu-devel@nongnu.org; Tue, 28 Jan 2014 10:58:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8B39-0000eA-Rr for qemu-devel@nongnu.org; Tue, 28 Jan 2014 10:58:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8B39-0000e3-IQ for qemu-devel@nongnu.org; Tue, 28 Jan 2014 10:58:07 -0500 Message-ID: <1390924681.2315.62.camel@bling.home> From: Alex Williamson Date: Tue, 28 Jan 2014 08:58:01 -0700 In-Reply-To: <20140128153451.30053.92976.stgit@bling.home> References: <20140128153451.30053.92976.stgit@bling.home> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 0/8] vfio pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@amazon.com, Peter Maydell Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org I guess I should be addressing these to both Anthony and Peter now. Thanks for stepping in, Peter. Thanks, Alex On Tue, 2014-01-28 at 08:44 -0700, Alex Williamson wrote: > 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(-)