From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adkAW-0003uv-9Y for qemu-devel@nongnu.org; Wed, 09 Mar 2016 14:53:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adkAT-0007ik-2H for qemu-devel@nongnu.org; Wed, 09 Mar 2016 14:53:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adkAS-0007iS-Ty for qemu-devel@nongnu.org; Wed, 09 Mar 2016 14:53:13 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 6B07AC00B8E6 for ; Wed, 9 Mar 2016 19:53:12 +0000 (UTC) From: Alex Williamson Date: Wed, 09 Mar 2016 12:53:11 -0700 Message-ID: <20160309195208.11580.57085.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/8] VFIO updates 2016-03-09 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 4ba364b47275fe428723442987b57b260b215dba: Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2016-03-09 05:14:55 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160309.0 for you to fetch changes up to 799f7b98c501e5aec0a539119613787cd5705136: MAINTAINERS: Add entry for the include/hw/vfio/ folder (2016-03-09 11:19:14 -0700) ---------------------------------------------------------------- VFIO updates 2016-03-09 - Allow devices to be specified via sysfs path (Alex Williamson) - vfio region helpers and generalization for future device specific regions (Alex Williamson) - Automatic ROM device ID and checksum fixup (Alex Williamson) - Split VGA setup to allow enabling VGA from quirks (Alex Williamson) - Remove fixed string limit for ROM MemoryRegion name (Neo Jia) - MAINTAINERS update (Thomas Huth) ---------------------------------------------------------------- Alex Williamson (6): vfio: Add sysfsdev property for pci & platform vfio: Wrap VFIO_DEVICE_GET_REGION_INFO vfio: Generalize region support vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions vfio/pci: Fixup PCI option ROMs vfio/pci: Split out VGA setup Neo Jia (1): vfio/pci: replace fixed string limit by g_strdup_printf Thomas Huth (1): MAINTAINERS: Add entry for the include/hw/vfio/ folder MAINTAINERS | 1 + hw/arm/sysbus-fdt.c | 4 +- hw/vfio/common.c | 190 ++++++++++++--- hw/vfio/pci-quirks.c | 62 ++--- hw/vfio/pci.c | 528 +++++++++++++++++++++--------------------- hw/vfio/pci.h | 12 +- hw/vfio/platform.c | 126 ++++------ include/hw/vfio/vfio-common.h | 27 ++- trace-events | 10 +- 9 files changed, 545 insertions(+), 415 deletions(-)