On Mon, Feb 8, 2010 at 12:37 PM, Michael S. Tsirkin <m...@redhat.com> wrote: > On Mon, Feb 08, 2010 at 03:40:38PM +0900, Isaku Yamahata wrote: >> This patch fixes 525e05147d5a3bdc08caa422d108c1ef71b584b5. >> pci host bridge doesn't have header type of bridge. >> The check should be by header type, instead of pci class device. >> >> Cc: Blue Swirl <blauwir...@gmail.com> >> Cc: "Michael S. Tsirkin" <m...@redhat.com> >> Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp> > > So the effect of this will be that info pci won't report > host bridge, right? IOW, it kind of reverts > 525e05147d5a3bdc08caa422d108c1ef71b584b5, or am I > missing something?
Yes, it breaks info pci. PBM/APB does not use PCI_HEADER_TYPE_BRIDGE.