On Wed, May 18, 2011 at 07:55:17PM +0900, Isaku Yamahata wrote: > On Wed, May 18, 2011 at 12:17:46PM +0300, Michael S. Tsirkin wrote: > > On Wed, May 18, 2011 at 01:55:17AM +0900, Isaku Yamahata wrote: > > > vender id/device id... in pci 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 didn't converted virtio-pci and qxl because it determines ids > > > dynaically. > > > So I'll leave those conversion (or not to convert) to the authors. > > > > Hmm, virtio doesn't: > > static PCIDeviceInfo virtio_info[] = { > > ... > > } > > > > has the array of devices. > > Okay. I missed it somehow. I get the following, And I'll leave > qxl convection to Gerd.
Well the devel device id can go it seems, but we need think what to do with the revision. Maybe it's not so terrible that revision will be wrong in -help for qxl - any better ideas? -- MST