Re: [Qemu-devel] Re: [PATCH 07/26] pci/p2pbr: generic pci p2p bridge

2011-03-16 Thread Michael S. Tsirkin
On Thu, Mar 17, 2011 at 02:26:24PM +0900, Isaku Yamahata wrote: > On Thu, Mar 17, 2011 at 07:17:18AM +0200, Michael S. Tsirkin wrote: > > > Anyway this patch isn't very critical. I think the available choice is > > > > > > - this patch > > > - modify the patch to use 14 arguments function. > > >

Re: [Qemu-devel] Re: [PATCH 07/26] pci/p2pbr: generic pci p2p bridge

2011-03-16 Thread Isaku Yamahata
On Thu, Mar 17, 2011 at 07:17:18AM +0200, Michael S. Tsirkin wrote: > > Anyway this patch isn't very critical. I think the available choice is > > > > - this patch > > - modify the patch to use 14 arguments function. > > Thus we can save much more lines. > > - Add one more p2p bridge code which

Re: [Qemu-devel] Re: [PATCH 07/26] pci/p2pbr: generic pci p2p bridge

2011-03-16 Thread Michael S. Tsirkin
On Thu, Mar 17, 2011 at 11:08:51AM +0900, Isaku Yamahata wrote: > On Wed, Mar 16, 2011 at 11:34:42PM +0200, Michael S. Tsirkin wrote: > > On Wed, Mar 16, 2011 at 06:29:18PM +0900, Isaku Yamahata wrote: > > > Create generic pci p2p bridge device which can be customized > > > via properties like vend

Re: [Qemu-devel] Re: [PATCH 07/26] pci/p2pbr: generic pci p2p bridge

2011-03-16 Thread Isaku Yamahata
On Wed, Mar 16, 2011 at 11:34:42PM +0200, Michael S. Tsirkin wrote: > On Wed, Mar 16, 2011 at 06:29:18PM +0900, Isaku Yamahata wrote: > > Create generic pci p2p bridge device which can be customized > > via properties like vendor id/device id and so on. > > With this, we can avoid to create many pc

[Qemu-devel] Re: [PATCH 07/26] pci/p2pbr: generic pci p2p bridge

2011-03-16 Thread Michael S. Tsirkin
On Wed, Mar 16, 2011 at 06:29:18PM +0900, Isaku Yamahata wrote: > Create generic pci p2p bridge device which can be customized > via properties like vendor id/device id and so on. > With this, we can avoid to create many pci p2p bridge which only > differs in those ids. > > Cc: Michael S. Tsirkin