[Qemu-devel] Re: [PATCH] pci: introduce get_info_quirk callback.

2010-02-13 Thread Blue Swirl
On Fri, Feb 12, 2010 at 10:10 PM, Blue Swirl wrote: > On Fri, Feb 12, 2010 at 3:34 PM, Isaku Yamahata > wrote: >> On Fri, Feb 12, 2010 at 02:54:59PM +0200, Michael S. Tsirkin wrote: >>> On Fri, Feb 12, 2010 at 11:31:34AM +0900, Isaku Yamahata wrote: >>> > This patch fixes 525e05147d5a3bdc08caa42

[Qemu-devel] Re: [PATCH] pci: introduce get_info_quirk callback.

2010-02-12 Thread Blue Swirl
On Fri, Feb 12, 2010 at 3:34 PM, Isaku Yamahata wrote: > On Fri, Feb 12, 2010 at 02:54:59PM +0200, Michael S. Tsirkin wrote: >> On Fri, Feb 12, 2010 at 11:31:34AM +0900, Isaku Yamahata wrote: >> > This patch fixes 525e05147d5a3bdc08caa422d108c1ef71b584b5 >> > by introducing device specific get_inf

[Qemu-devel] Re: [PATCH] pci: introduce get_info_quirk callback.

2010-02-12 Thread Isaku Yamahata
On Fri, Feb 12, 2010 at 02:54:59PM +0200, Michael S. Tsirkin wrote: > On Fri, Feb 12, 2010 at 11:31:34AM +0900, Isaku Yamahata wrote: > > This patch fixes 525e05147d5a3bdc08caa422d108c1ef71b584b5 > > by introducing device specific get_info_quirk callback. > > It wrongly assumes that pci host bridge

[Qemu-devel] Re: [PATCH] pci: introduce get_info_quirk callback.

2010-02-12 Thread Michael S. Tsirkin
On Fri, Feb 12, 2010 at 11:31:34AM +0900, Isaku Yamahata wrote: > This patch fixes 525e05147d5a3bdc08caa422d108c1ef71b584b5 > by introducing device specific get_info_quirk callback. > It wrongly assumes that pci host bridge class device has > header type of pci-pci bridge. But this isn't always tru