From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH v9 00/12] Add Mediated device support Date: Wed, 07 Dec 2016 15:40:43 +0100 Message-ID: <1481121643.11413.14.camel@redhat.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> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT 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 To: Jike Song Return-path: In-Reply-To: <58462160.7020107@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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