From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WraHH-000795-52 for qemu-devel@nongnu.org; Mon, 02 Jun 2014 18:00:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WraHC-0000PD-Ay for qemu-devel@nongnu.org; Mon, 02 Jun 2014 18:00:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WraHC-0000Op-3P for qemu-devel@nongnu.org; Mon, 02 Jun 2014 18:00:18 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s52M0Gtj002232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 2 Jun 2014 18:00:16 -0400 From: Alex Williamson Date: Mon, 02 Jun 2014 16:00:15 -0600 Message-ID: <20140602215946.26111.16417.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/8] Series short description 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 d7d3d6092cb7edc75dc49fb90c86dd5425ab4805: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-05-28 18:38:39 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140602.0 for you to fetch changes up to 5e70018b00dbe59a96b80933a0dd308ee1ec4488: vfio: Add guest side IOMMU support (2014-05-30 13:10:07 -0600) ---------------------------------------------------------------- VFIO patches: realtek NIC quirk + SPAPR IOMMU AddressSpace support ---------------------------------------------------------------- Alex Williamson (1): vfio-pci: Quirk RTL8168 NIC Alexey Kardashevskiy (3): int128: Add int128_exts64() vfio: Fix 128 bit handling vfio: Rework to have error paths David Gibson (4): memory: Sanity check that no listeners remain on a destroyed AddressSpace vfio: Introduce VFIO address spaces vfio: Create VFIOAddressSpace objects as needed vfio: Add guest side IOMMU support hw/misc/vfio.c | 428 ++++++++++++++++++++++++++++++++++++++++++++------ include/qemu/int128.h | 5 + memory.c | 7 + 3 files changed, 392 insertions(+), 48 deletions(-)