On Mon, Sep 05, 2011 at 11:53:11AM +0200, Gerd Hoffmann wrote: > Hi, > > >>Looking... qdev_device_help() shows only device properties, not bus > >>properties. I'd call that a bug. > > > >Hmm, but is "bus" a bus property? > > It isn't. bus= is handled by qdev core (id= too). addr= actually > is a (pci) bus property. > > cheers, > Gerd
At the moment the help text is wrong: -device driver[,prop[=value][,...]] add device (based on driver) prop=value,... sets driver properties use -device ? to print all possible drivers use -device driver,? to print all possible properties We also need documentation for properties and devices, but that's a separate problem. -- MST