[Qemu-devel] Re: [PATCH 00/10] pci: pci to pci bridge clean up and enhancement

2010-06-18 Thread Michael S. Tsirkin
On Fri, Jun 18, 2010 at 12:26:10PM +0900, Isaku Yamahata wrote: > On Thu, Jun 17, 2010 at 02:57:16PM +0300, Michael S. Tsirkin wrote: > > On Thu, Jun 17, 2010 at 01:02:43PM +0300, Michael S. Tsirkin wrote: > > > For example, forcing all devices to call pci_reset_default > > > in their reset routine

[Qemu-devel] Re: [PATCH 00/10] pci: pci to pci bridge clean up and enhancement

2010-06-17 Thread Isaku Yamahata
On Thu, Jun 17, 2010 at 02:57:16PM +0300, Michael S. Tsirkin wrote: > On Thu, Jun 17, 2010 at 01:02:43PM +0300, Michael S. Tsirkin wrote: > > For example, forcing all devices to call pci_reset_default > > in their reset routines does not look like a good cleanup: > > the less boilerplate, the bette

[Qemu-devel] Re: [PATCH 00/10] pci: pci to pci bridge clean up and enhancement

2010-06-17 Thread Michael S. Tsirkin
On Thu, Jun 17, 2010 at 01:02:43PM +0300, Michael S. Tsirkin wrote: > For example, forcing all devices to call pci_reset_default > in their reset routines does not look like a good cleanup: > the less boilerplate, the better IMO. One thing that we need to address, is devices which need to enable m

[Qemu-devel] Re: [PATCH 00/10] pci: pci to pci bridge clean up and enhancement

2010-06-17 Thread Michael S. Tsirkin
On Thu, Jun 17, 2010 at 03:15:42PM +0900, Isaku Yamahata wrote: > This patch series cleans up pci to pci bridge layer by introducing > pci bridge layer. and some bug fixes. > Although pci bridge implementation would belong to pci.c, > I split it out into pci_bridge.c because pci.c is already big en