Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932613AbcKBBFP (ORCPT ); Tue, 1 Nov 2016 21:05:15 -0400 Received: from mga07.intel.com ([134.134.136.100]:65293 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754599AbcKBBFO (ORCPT ); Tue, 1 Nov 2016 21:05:14 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,582,1473145200"; d="scan'208";a="896661293" Message-ID: <58193AFC.3050309@intel.com> Date: Wed, 02 Nov 2016 09:01:48 +0800 From: Jike Song User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Gerd Hoffmann CC: kevin.tian@intel.com, cjia@nvidia.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, alex.williamson@redhat.com, qemu-devel@nongnu.org, Kirti Wankhede , pbonzini@redhat.com, bjsdjshi@linux.vnet.ibm.com Subject: Re: [Qemu-devel] [PATCH v10 00/19] Add Mediated device support References: <1477517366-27871-1-git-send-email-kwankhede@nvidia.com> <58185327.90107@intel.com> <1478013878.26731.81.camel@redhat.com> In-Reply-To: <1478013878.26731.81.camel@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 34 On 11/01/2016 11:24 PM, Gerd Hoffmann wrote: >> I rebased KVMGT upon v10, with 2 minor changes: >> >> 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? Zhenyu will help to push it to 01org/gvt-linux. Those 2 patches added by me are trivial, I guess Kirti will have her formal fixes in next version. > 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? Yes, mostly drm-next, targeting 4.10 merge window. The overwhelming part is the device-model under drivers/gpu/drm/i915/gvt/. -- Thanks, Jike