From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLbmv-0003lW-MT for qemu-devel@nongnu.org; Tue, 19 Jan 2016 14:17:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLbmr-00029b-NK for qemu-devel@nongnu.org; Tue, 19 Jan 2016 14:17:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLbmr-00029P-IQ for qemu-devel@nongnu.org; Tue, 19 Jan 2016 14:17:53 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 124545709 for ; Tue, 19 Jan 2016 19:17:53 +0000 (UTC) From: Alex Williamson Date: Tue, 19 Jan 2016 12:17:52 -0700 Message-ID: <20160119191704.19659.31099.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/2] VFIO updates 2016-01-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 3db34bf64ab4f8797565dd8750003156c32b301d: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2016-01-18 17:40:50 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160119.0 for you to fetch changes up to 95239e162518dc6577164be3d9a789aba7f591a3: vfio/pci: Lazy PBA emulation (2016-01-19 11:33:42 -0700) ---------------------------------------------------------------- VFIO updates 2016-01-19 - Performance fix for devices with poorly placed MSI-X PBA regions - Quirk fix for hosts with broken MMCONFIG access ---------------------------------------------------------------- Alex Williamson (2): vfio/pci-quirks: Only quirk to size of PCI config space vfio/pci: Lazy PBA emulation hw/vfio/pci-quirks.c | 6 +++--- hw/vfio/pci.c | 39 +++++++++++++++++++++++++++++++++++++++ hw/vfio/pci.h | 1 + trace-events | 2 ++ 4 files changed, 45 insertions(+), 3 deletions(-)