From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O18yv-0000t7-KB for qemu-devel@nongnu.org; Sun, 11 Apr 2010 22:02:33 -0400 Received: from [140.186.70.92] (port=37257 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O18ys-0000ss-Rz for qemu-devel@nongnu.org; Sun, 11 Apr 2010 22:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O18yr-0005cd-H4 for qemu-devel@nongnu.org; Sun, 11 Apr 2010 22:02:30 -0400 Received: from mail.valinux.co.jp ([210.128.90.3]:49851) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O18yr-0005cO-3O for qemu-devel@nongnu.org; Sun, 11 Apr 2010 22:02:29 -0400 Date: Mon, 12 Apr 2010 10:59:40 +0900 From: Isaku Yamahata Message-ID: <20100412015940.GC1232@valinux.co.jp> References: <20100409102048.GD14603@valinux.co.jp> <20100411091930.GC7383@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100411091930.GC7383@redhat.com> Subject: [Qemu-devel] Re: [PATCH] pci: fix pci_find_space() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Sun, Apr 11, 2010 at 12:19:30PM +0300, Michael S. Tsirkin wrote: > On Fri, Apr 09, 2010 at 07:20:48PM +0900, Isaku Yamahata wrote: > > pci capability must be in PCI space. > > It can't lay in PCIe extended config space. > > > > Cc: "Michael S. Tsirkin" > > Signed-off-by: Isaku Yamahata > > I guess the point is that we'll need another API to allocate > extended capabilities? That's right. I have those in my local repo. -- yamahata