[Qemu-devel] Re: [PATCH] pci: fix pci_find_space()

2010-04-11 Thread Isaku Yamahata
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

[Qemu-devel] Re: [PATCH] pci: fix pci_find_space()

2010-04-11 Thread Michael S. Tsirkin
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?