From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzk6b-0002Qd-9H for qemu-devel@nongnu.org; Wed, 25 Jun 2014 06:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzk6T-0002Il-QL for qemu-devel@nongnu.org; Wed, 25 Jun 2014 06:07:05 -0400 Received: from mga09.intel.com ([134.134.136.24]:64851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzk6T-0002If-AT for qemu-devel@nongnu.org; Wed, 25 Jun 2014 06:06:57 -0400 Message-ID: <53AA9F3A.5030004@intel.com> Date: Wed, 25 Jun 2014 18:06:50 +0800 From: "Chen, Tiejun" MIME-Version: 1.0 References: <53AA7BD7.1080309@intel.com> <53AA7DCE.2030100@redhat.com> <20140625083121.GC32652@redhat.com> <53AA8ACF.3070101@redhat.com> <20140625084835.GF32652@redhat.com> <53AA8E7D.809@intel.com> <20140625090925.GH32652@redhat.com> <53AA9480.1010005@intel.com> <53AA96DF.6070501@redhat.com> <53AA9B58.6050803@intel.com> <20140625095533.GE6357@redhat.com> <53AA9D79.3080003@redhat.com> In-Reply-To: <53AA9D79.3080003@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v5][PATCH 0/5] xen: add Intel IGD passthrough support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , "Michael S. Tsirkin" Cc: peter.maydell@linaro.org, xen-devel@lists.xensource.com, stefano.stabellini@eu.citrix.com, allen.m.kay@intel.com, qemu-devel@nongnu.org, Kelly.Zytaruk@amd.com, anthony.perard@citrix.com, anthony@codemonkey.ws, yang.z.zhang@intel.com On 2014/6/25 17:59, Paolo Bonzini wrote: > Il 25/06/2014 11:55, Michael S. Tsirkin ha scritto: >> > You're saying we will reserve a free BAR to address those >> information to >> > expose to guest, but which device does this free BAR belong to? The >> video >> > device? Or PCH/MCH? >> >> If you just want to pass a couple of IDs, then don't, it's a waste. >> But I still don't know what problem you are trying to solve, >> looking at guest driver did not help. > > It's not just a couple of IDs, it's also random fields of the MCH > configuration space. Grep drivers/gpu/drm/i915 for bridge_dev. > Paolo, No, we're not pointing the bridge_dev here, which is a host bridge at 00:00.0. Here it should be a ISA bridge at 00:1f.0. Please see intel_detect_pch() to know why we need this. Thanks Tiejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [v5][PATCH 0/5] xen: add Intel IGD passthrough support Date: Wed, 25 Jun 2014 18:06:50 +0800 Message-ID: <53AA9F3A.5030004@intel.com> References: <53AA7BD7.1080309@intel.com> <53AA7DCE.2030100@redhat.com> <20140625083121.GC32652@redhat.com> <53AA8ACF.3070101@redhat.com> <20140625084835.GF32652@redhat.com> <53AA8E7D.809@intel.com> <20140625090925.GH32652@redhat.com> <53AA9480.1010005@intel.com> <53AA96DF.6070501@redhat.com> <53AA9B58.6050803@intel.com> <20140625095533.GE6357@redhat.com> <53AA9D79.3080003@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53AA9D79.3080003@redhat.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-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Paolo Bonzini , "Michael S. Tsirkin" Cc: peter.maydell@linaro.org, xen-devel@lists.xensource.com, stefano.stabellini@eu.citrix.com, allen.m.kay@intel.com, qemu-devel@nongnu.org, Kelly.Zytaruk@amd.com, anthony.perard@citrix.com, anthony@codemonkey.ws, yang.z.zhang@intel.com List-Id: xen-devel@lists.xenproject.org On 2014/6/25 17:59, Paolo Bonzini wrote: > Il 25/06/2014 11:55, Michael S. Tsirkin ha scritto: >> > You're saying we will reserve a free BAR to address those >> information to >> > expose to guest, but which device does this free BAR belong to? The >> video >> > device? Or PCH/MCH? >> >> If you just want to pass a couple of IDs, then don't, it's a waste. >> But I still don't know what problem you are trying to solve, >> looking at guest driver did not help. > > It's not just a couple of IDs, it's also random fields of the MCH > configuration space. Grep drivers/gpu/drm/i915 for bridge_dev. > Paolo, No, we're not pointing the bridge_dev here, which is a host bridge at 00:00.0. Here it should be a ISA bridge at 00:1f.0. Please see intel_detect_pch() to know why we need this. Thanks Tiejun