From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1avb-0004gm-UQ for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:24:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1avY-0003Zu-QT for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:24:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36292) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1avY-0003ZU-Lb for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:24:40 -0400 Message-ID: <1478013878.26731.81.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 01 Nov 2016 16:24:38 +0100 In-Reply-To: <58185327.90107@intel.com> References: <1477517366-27871-1-git-send-email-kwankhede@nvidia.com> <58185327.90107@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v10 00/19] Add Mediated device support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jike Song Cc: Kirti Wankhede , alex.williamson@redhat.com, pbonzini@redhat.com, cjia@nvidia.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, kevin.tian@intel.com, bjsdjshi@linux.vnet.ibm.com, linux-kernel@vger.kernel.org Hi, > I rebased KVMGT upon v10, with 2 minor changes: >=20 > 1, get_user_pages_remote has only 7 args Appears to be a 4.9 merge window change. v10 as-is applies and builds fine against 4.8, after rebasing to 4.9-rc3 it stops building due to this. Can you share the patch? > 2, vfio iommu notifier calls vendor callback with iova instead of pfn And this one too? Also: github seems to have the v9 kvmgt version still. Can you push the update? The kvmgt branch apparently depends on alot of unmerged stuff, "git describe" says 1669 patches on top of 4.8-rc8. Can you outline what this is? Mostly drm-next? How much of this landed in the 4.9 merge window? thanks, Gerd