From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH v9 00/12] Add Mediated device support Date: Mon, 05 Dec 2016 18:44:14 +0100 Message-ID: <1480959854.28320.21.camel@redhat.com> References: <1476739332-4911-1-git-send-email-kwankhede@nvidia.com> <580DB32F.8040806@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 To: Jike Song Return-path: In-Reply-To: <580DB32F.8040806@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: "Qemu-devel" List-Id: kvm.vger.kernel.org Hi, > Just want to share that we have published a KVMGT implementation > based on this v9 patchset, to: >=20 > https://github.com/01org/gvt-linux/tree/gvt-next-kvmgt >=20 > It doesn't utilize common routines introduced by 05+ patches yet. > The complete intel vGPU device-model is contained. Tried to use this implementation. Used the topic/gvt-next-kvmgt-mdev-2016-11-18 branch which looked like the most recent one. Setup: * Everything compiled as modules. * iommu turned off for the igd (intel_iommu=3Don,igfx_off). * Blacklisted i915 so dracut initrd doesn't load it (rd.driver.blacklist=3Di915) * tweaked module config so kvmgt is loaded before i915, also enable gvt: # cat /etc/modprobe.d/kraxel-gvt.conf=20 options i915 enable_gvt=3D1 softdep i915 pre: kvmgt Everything seems to load fine. Sysfs files are there, and I can create vgpus. Trying to assign a vgpu this way: -device vfio-pci,sysfsdev=3D/sys/class/mdev_bus/0000:00:02.0/ fails though and gives this message in the kernel log: [ 402.560350] [drm:intel_vgpu_open [kvmgt]] *ERROR* gvt: KVM is required to use Intel vGPU Trying the same with a mtty sample device works and I can see the pci serial device in the guest. Any clues what is going wrong? Has this version any support for exporting the guest display as dma-buf, so qemu can show it? Or is this a headless vgpu? thanks, Gerd