[Qemu-devel] Re: [PATCH] pci: fix info pci with host bridge.

2010-02-09 Thread Blue Swirl
On Tue, Feb 9, 2010 at 5:02 AM, Isaku Yamahata wrote: > On Mon, Feb 08, 2010 at 07:23:34PM +0200, Blue Swirl wrote: >> On Mon, Feb 8, 2010 at 12:37 PM, Michael S. Tsirkin wrote: >> > On Mon, Feb 08, 2010 at 03:40:38PM +0900, Isaku Yamahata wrote: >> >> This patch fixes 525e05147d5a3bdc08caa422d10

[Qemu-devel] Re: [PATCH] pci: fix info pci with host bridge.

2010-02-08 Thread Isaku Yamahata
On Mon, Feb 08, 2010 at 07:23:34PM +0200, Blue Swirl wrote: > On Mon, Feb 8, 2010 at 12:37 PM, Michael S. Tsirkin 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

[Qemu-devel] Re: [PATCH] pci: fix info pci with host bridge.

2010-02-08 Thread Blue Swirl
On Mon, Feb 8, 2010 at 12:37 PM, Michael S. Tsirkin 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 cl

[Qemu-devel] Re: [PATCH] pci: fix info pci with host bridge.

2010-02-08 Thread Michael S. Tsirkin
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 > Cc: "Michael S. Tsirkin" > Si

[Qemu-devel] Re: [PATCH] pci: fix info pci with host bridge.

2010-02-08 Thread Michael S. Tsirkin
On Mon, Feb 08, 2010 at 12:10:52PM +0200, Michael S. Tsirkin 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, instea

[Qemu-devel] Re: [PATCH] pci: fix info pci with host bridge.

2010-02-08 Thread Michael S. Tsirkin
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 > Cc: "Michael S. Tsirkin" > Si