From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwFDY-0000pL-EA for qemu-devel@nongnu.org; Tue, 10 Nov 2015 15:08:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwFDV-00038R-7V for qemu-devel@nongnu.org; Tue, 10 Nov 2015 15:08:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwFDV-00037v-2M for qemu-devel@nongnu.org; Tue, 10 Nov 2015 15:08:33 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 322D68E255 for ; Tue, 10 Nov 2015 20:08:32 +0000 (UTC) From: Alex Williamson Date: Tue, 10 Nov 2015 13:08:31 -0700 Message-ID: <20151110200747.6559.33357.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 2015-11-10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com The following changes since commit a1a88589dc982f9f8b6c717c2ac98dd71dd4353d: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151110' into staging (2015-11-10 13:55:07 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20151110.0 for you to fetch changes up to bdd81addf4033ce26e6cd180b060f63095f3ded9: vfio: Use g_new() & friends where that makes obvious sense (2015-11-10 12:11:08 -0700) ---------------------------------------------------------------- VFIO updates 2015-11-10 - Make Windows happy with vfio-pci devices exposed on conventional PCI buses on q35 by hiding PCIe capability (Alex Williamson) - Convert to g_new() where appropriate (Markus Armbruster) ---------------------------------------------------------------- Alex Williamson (1): vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs Markus Armbruster (1): vfio: Use g_new() & friends where that makes obvious sense hw/vfio/pci-quirks.c | 16 ++++++++-------- hw/vfio/pci.c | 40 +++++++++++++++++++++++++++++++++------- hw/vfio/platform.c | 2 +- 3 files changed, 42 insertions(+), 16 deletions(-)