Il 26/06/2012 00:43, Anthony Liguori ha scritto: > In order to create qdev objects via -late-object, we almost always have to > specify the parent_bus which is usually created during machine init. Until we > properly support two stage init, introduce a -late-object option that allows > for > creation of objects post-machine init.
This is only needed for -device, no? So we can avoid introducing it and just use -device. Paolo