On 06/02/2017 19:12, Markus Armbruster wrote: >> QOM now supports class properties. We can convert the wide majority of >> them, including qdev's "static" properties, to class properties. > > Won't help object-add as long as dynamic properties remain.
Well, only as long as dynamic properties remain necessary for classes that the user can create. The main user of dynamic properties is children properties. Paolo