Re: [Qemu-devel] [PATCH 0/7] pci: initialize ids in pci common code

2011-05-05 Thread Isaku Yamahata
On Thu, May 05, 2011 at 03:41:57PM +0300, Michael S. Tsirkin wrote: > On Fri, Apr 08, 2011 at 09:52:59PM +0900, Isaku Yamahata wrote: > > vender id/device id... in configuration space are read-only registers > > which are commonly defined for all pci devices. > > So initialize them in common code a

Re: [Qemu-devel] [PATCH 0/7] pci: initialize ids in pci common code

2011-05-05 Thread Michael S. Tsirkin
On Fri, Apr 08, 2011 at 09:52:59PM +0900, Isaku Yamahata wrote: > vender id/device id... in configuration space are read-only registers > which are commonly defined for all pci devices. > So initialize them in common code and it simplifies the initialization a bit. > I converted some of them. > >

[Qemu-devel] [PATCH 0/7] pci: initialize ids in pci common code

2011-04-08 Thread Isaku Yamahata
vender id/device id... in configuration space are read-only registers which are commonly defined for all pci devices. So initialize them in common code and it simplifies the initialization a bit. I converted some of them. If this is the right direction, I'll convert the remaining devices. Isaku Y