On Wed, Oct 26, 2016 at 05:02:22PM +0200, Igor Mammedov wrote: > On Thu, 20 Oct 2016 15:47:56 -0200 > Eduardo Habkost <ehabk...@redhat.com> wrote: > > > Instead of registering qdev static properties on instance_init, > > register them as class properties, at qdev_class_set_props(). > > > > qdev_property_add_legacy() was replaced by an equivalent > > qdev_class_property_add_legacy() function. > > qdev_property_add_static(), on the other hand, can't be > > eliminated yet because it is used by arm_cpu_post_init(). > > > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > on make check, I'm getting after > [1/1 has been regenerated using script from commit message] > > > hw/core/qdev.c:1063: device_class_set_props: Assertion `!dc->props' failed. >
This series depends on "tests: A few check-qom-proplist fixes" series. See cover letter for git pointer. When submitting a new version, I will include both in a single series. -- Eduardo