From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSVct-0003iJ-EZ for qemu-devel@nongnu.org; Mon, 02 Mar 2015 14:03:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSVcn-0003DV-5s for qemu-devel@nongnu.org; Mon, 02 Mar 2015 14:03:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSVcm-0003DJ-Ua for qemu-devel@nongnu.org; Mon, 02 Mar 2015 14:03:29 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t22J3RBL013129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 2 Mar 2015 14:03:28 -0500 From: Alex Williamson Date: Mon, 02 Mar 2015 12:03:27 -0700 Message-ID: <20150302190237.2706.61507.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/4] vfio: Updates for QEMU 2.3-rc0 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 b8a173b25c887a606681fc35a46702c164d5b2d0: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-03-02 14:25:48 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150302.0 for you to fetch changes up to 47cbe50cc8d8e59129311bcdb827e1116e935bde: vfio-pci: Enable device request notification support (2015-03-02 11:38:55 -0700) ---------------------------------------------------------------- Updates for QEMU 2.3-rc0: - Error reporting and static cleanup (Alexey Kardashevskiy) - Runtime mmap disable for tracing (Samuel Pitoiset) - Support for host directed device request (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (1): vfio-pci: Enable device request notification support Alexey Kardashevskiy (2): vfio: Add ioctl number to error report vfio: Make type1 listener symbols static Samuel Pitoiset (1): vfio: allow to disable MMAP per device with -x-mmap=off option hw/vfio/common.c | 10 ++--- hw/vfio/pci.c | 101 ++++++++++++++++++++++++++++++++++++++++++ include/hw/vfio/vfio-common.h | 4 +- linux-headers/linux/vfio.h | 1 + 4 files changed, 108 insertions(+), 8 deletions(-)