Il 04/10/2012 08:53, Igor Mammedov ha scritto: > IMHO from general POV it's not correct to set properties before object is > completely created. > But Anthony wants to keep qdev_prop_set_globals() qdev only thing, so could > we move it from device_initfn() to qdev_init() or some other place then?
Yes, moving it qdev_init would work. I don't like it particularly but hey... Paolo