From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1vda-0005KQ-CI for qemu-devel@nongnu.org; Fri, 09 Sep 2011 03:36:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1vdZ-0005KE-Hi for qemu-devel@nongnu.org; Fri, 09 Sep 2011 03:36:34 -0400 Received: from [222.73.24.84] (port=59046 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1vdY-0005Jw-T4 for qemu-devel@nongnu.org; Fri, 09 Sep 2011 03:36:33 -0400 Message-ID: <4E69C1D0.8030903@cn.fujitsu.com> Date: Fri, 09 Sep 2011 15:35:44 +0800 From: Wen Congyang MIME-Version: 1.0 References: <20110704094358.GA10960@redhat.com> <4E4B7DE1.3050405@cn.fujitsu.com> <4E4C8577.5000608@cn.fujitsu.com> <4E4D2C9F.6040805@redhat.com> <4E4DF0A0.6000108@cn.fujitsu.com> <4E4E808C.4000205@redhat.com> <4E69B58C.2010606@cn.fujitsu.com> <20110909071237.GA5593@redhat.com> <4E69BF46.2060409@cn.fujitsu.com> <20110909073439.GC5593@redhat.com> In-Reply-To: <20110909073439.GC5593@redhat.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH] pci: add standard bridge device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , Isaku Yamahata , Avi Kivity , qemu-devel@nongnu.org At 09/09/2011 03:34 PM, Michael S. Tsirkin Write: > On Fri, Sep 09, 2011 at 03:24:54PM +0800, Wen Congyang wrote: >> At 09/09/2011 03:12 PM, Michael S. Tsirkin Write: >>> On Fri, Sep 09, 2011 at 02:43:24PM +0800, Wen Congyang wrote: >>>>> However, filtering doesn't work. You could put a BAR outside the >>>>> filtered area and it would be visible to the guest. >>>>> >>>> >>>> I test it on real hardware. If I put a BAR outside the filterer area, and >>>> then run 'lspci -vv', the BAR does not change: >>> >>> ... >>> >>> >>>> The BAR1 is feafbc00, and it is in the bus2's range. >>>> I map the BAR(mmap /sys/bus/pci/devices/0000\:03\:01.0/resource1), and find >>>> I can read and write the memory. >>>> >>>> Thanks >>>> Wen Congyang >>> >>> So, it's as expected. Nothing seems wrong with this picture. But >>> this is not the test that Avi suggested. >> >> Sorry for my misunderstand. >> My question is: How to put a BAR outside the filterer area, > > Write into address/limit registers on the bridge to make them > not cover the BAR behind. > >> and how to know >> whether it is visible? >> >> Thanks >> Wen Congyang > > Read the BAR memory as you did. Thanks for your explain. Wen Congyang