Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932265AbcLGOkt convert rfc822-to-8bit (ORCPT ); Wed, 7 Dec 2016 09:40:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54450 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbcLGOkr (ORCPT ); Wed, 7 Dec 2016 09:40:47 -0500 Message-ID: <1481121643.11413.14.camel@redhat.com> Subject: Re: [PATCH v9 00/12] Add Mediated device support From: Gerd Hoffmann To: Jike Song Cc: Kirti Wankhede , alex.williamson@redhat.com, cjia@nvidia.com, pbonzini@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, kevin.tian@intel.com, bjsdjshi@linux.vnet.ibm.com, linux-kernel@vger.kernel.org Date: Wed, 07 Dec 2016 15:40:43 +0100 In-Reply-To: <58462160.7020107@intel.com> References: <1476739332-4911-1-git-send-email-kwankhede@nvidia.com> <580DB32F.8040806@intel.com> <1480959854.28320.21.camel@redhat.com> <58462160.7020107@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 07 Dec 2016 14:40:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 24 Hi, > Will update a topic/gvt-next-kvmgt-2016-12-06 today, sorry for the > inconvenience :) Thanks, that brings us one step forward. Linux guest can see the device (in lspci). Trying to load i915.ko leads to kernel oopses on both guest and host though. So I guess the guest driver can't handle the device. I've tried RHEL-7.3, kernel 3.10.0-514.el7.x86_64. The drivers/gpu/drm/ subsystem is roughly at upstream kernel v4.6 level. Is that too old? IIRC some vgpu guest patches have been merged in v4.2 timeframe, so I kind-of expected this to work ... I'll go try the kvmgt branch in the guest next. What is the upstream merge status btw? As far I know the bulk of the gvt code is scheduled for 4.10. What about the gvt/mdev plumbing? Will that land in 4.10 too or is that planned for 4.11? thanks, Gerd