From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akfkH-0006eJ-9a for qemu-devel@nongnu.org; Mon, 28 Mar 2016 18:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akfkC-0006K7-Fd for qemu-devel@nongnu.org; Mon, 28 Mar 2016 18:34:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akfkC-0006Jw-9p for qemu-devel@nongnu.org; Mon, 28 Mar 2016 18:34:44 -0400 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 (Postfix) with ESMTPS id 5893CC049E1A for ; Mon, 28 Mar 2016 22:34:43 +0000 (UTC) From: Alex Williamson Date: Mon, 28 Mar 2016 16:34:42 -0600 Message-ID: <20160328223305.29099.84911.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] VFIO updates 2016-03-28 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit b68a80139e37e806f004237e55311ebc42151434: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160324' into staging (2016-03-24 16:24:02 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160328.0 for you to fetch changes up to 55efcc537d330f1659d3fa171a66eebc9327e91b: vfio: convert to 128 bit arithmetic calculations when adding mem regions (2016-03-28 13:27:49 -0600) ---------------------------------------------------------------- VFIO updates 2016-03-28 - Use 128bit math to avoid asserts with IOMMU regions (Bandan Das) ---------------------------------------------------------------- Bandan Das (1): vfio: convert to 128 bit arithmetic calculations when adding mem regions hw/vfio/common.c | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)