On Tue, Oct 18, 2016 at 12:20:09AM +0200, Andreas Färber wrote: > Am 17.10.2016 um 23:04 schrieb Eduardo Habkost: > > On Tue, Oct 11, 2016 at 05:41:13PM -0300, Eduardo Habkost wrote: > >> Eduardo Habkost (6): > >> qdev: qdev_class_set_props() function > > s/qdev_/device_/?
I used qdev_ because all the rest of the static property API uses qdev_, and I considered the static property system legacy qdev stuff. But it looks like there may be opportunities to make the static property system more QOM-like and more useful to QOM code. I will rename it to device_class_set_props() and send v2. Thanks! -- Eduardo
