Re: [Qemu-devel] [PATCH] spapr-pci: fix config space access to support bridges

2013-08-16 Thread Andreas Färber
Am 09.08.2013 10:50, schrieb Alexey Kardashevskiy: > spapr-pci config space accessors use find_dev() to find a PCI device. > However find_dev() only searched on a primary bus and did not do > recursive search through secondary buses so config space access was not > possible for devices other that o

Re: [Qemu-devel] [PATCH] spapr-pci: fix config space access to support bridges

2013-08-16 Thread Alexey Kardashevskiy
Ping? On 08/09/2013 06:50 PM, Alexey Kardashevskiy wrote: > spapr-pci config space accessors use find_dev() to find a PCI device. > However find_dev() only searched on a primary bus and did not do > recursive search through secondary buses so config space access was not > possible for devices oth

[Qemu-devel] [PATCH] spapr-pci: fix config space access to support bridges

2013-08-09 Thread Alexey Kardashevskiy
spapr-pci config space accessors use find_dev() to find a PCI device. However find_dev() only searched on a primary bus and did not do recursive search through secondary buses so config space access was not possible for devices other that on a primary bus. This fixed find_dev() by using the PCI AP