From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jike Song Subject: Re: [PATCH v9 00/12] Add Mediated device support Date: Mon, 24 Oct 2016 15:07:27 +0800 Message-ID: <580DB32F.8040806@intel.com> References: <1476739332-4911-1-git-send-email-kwankhede@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 To: Kirti Wankhede , alex.williamson@redhat.com, cjia@nvidia.com Return-path: In-Reply-To: <1476739332-4911-1-git-send-email-kwankhede@nvidia.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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