From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLGAY-0005HB-Eo for qemu-devel@nongnu.org; Tue, 10 Feb 2015 14:08:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLGAU-0000MS-JM for qemu-devel@nongnu.org; Tue, 10 Feb 2015 14:08:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLGAU-0000MN-Cx for qemu-devel@nongnu.org; Tue, 10 Feb 2015 14:08:18 -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 t1AJ8HRH000373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 10 Feb 2015 14:08:17 -0500 From: Alex Williamson Date: Tue, 10 Feb 2015 11:37:10 -0700 Message-ID: <20150210183106.26101.78658.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/6] vfio fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com Sorry for the short interval of vfio pull requests, but this fixes hotplug of vfio-pci devices after the last RCU merge. Thanks, Alex The following changes since commit a2f2d288b5a06e6c680c387c9980d91363f59c61: softfloat: expand out STATUS macro (2015-02-06 16:11:38 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150210.0 for you to fetch changes up to bc5baffa3554e4c0d20c1dbe879aec931866bd69: vfio: Fix debug message compile error (2015-02-10 10:25:44 -0700) ---------------------------------------------------------------- RCU fixes and cleanup (Paolo Bonzini) Switch to v2 IOMMU interface (Alex Williamson) DEBUG build fix (Alexey Kardashevskiy) ---------------------------------------------------------------- Alex Williamson (1): vfio: Use vfio type1 v2 IOMMU interface Alexey Kardashevskiy (1): vfio: Fix debug message compile error Paolo Bonzini (4): memory: unregister AddressSpace MemoryListener within BQL vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback vfio: free dynamically-allocated data in instance_finalize vfio: unmap and free BAR data in instance_finalize exec.c | 6 ++- hw/vfio/common.c | 43 +++++++++--------- hw/vfio/pci.c | 98 +++++++++++++++++++++++++++++++++--------- include/exec/memory-internal.h | 1 + include/hw/vfio/vfio-common.h | 1 - memory.c | 1 + 6 files changed, 106 insertions(+), 44 deletions(-)