Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933151AbcJXHKj (ORCPT ); Mon, 24 Oct 2016 03:10:39 -0400 Received: from mga04.intel.com ([192.55.52.120]:21885 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753038AbcJXHKh (ORCPT ); Mon, 24 Oct 2016 03:10:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,541,1473145200"; d="scan'208";a="1049087276" Message-ID: <580DB32F.8040806@intel.com> Date: Mon, 24 Oct 2016 15:07:27 +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: Kirti Wankhede , alex.williamson@redhat.com, cjia@nvidia.com CC: pbonzini@redhat.com, kraxel@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, kevin.tian@intel.com, bjsdjshi@linux.vnet.ibm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 00/12] Add Mediated device support References: <1476739332-4911-1-git-send-email-kwankhede@nvidia.com> In-Reply-To: <1476739332-4911-1-git-send-email-kwankhede@nvidia.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: 838 Lines: 27 On 10/18/2016 05:22 AM, Kirti Wankhede wrote: > This series adds Mediated device support to Linux host kernel. Purpose > of this series is to provide a common interface for mediated device > management that can be used by different devices. This series introduces > Mdev core module that creates and manages mediated devices, VFIO based > driver for mediated devices that are created by mdev core module and > update VFIO type1 IOMMU module to support pinning & unpinning for mediated > devices. > > What changed in v9? Hi Alex, Kirti and Neo Just want to share that we have published a KVMGT implementation based on this v9 patchset, to: https://github.com/01org/gvt-linux/tree/gvt-next-kvmgt It doesn't utilize common routines introduced by 05+ patches yet. The complete intel vGPU device-model is contained. -- Thanks, Jike