Re: [PATCH 0/5] qom: Convert more declarations to OBJECT_DECLARE*

2020-09-18 Thread Eduardo Habkost
On Wed, Sep 16, 2020 at 02:25:14PM -0400, Eduardo Habkost wrote: > This converts many QOM types to use OBJECT_DECLARE* instead of > manually using DECLARE*_CHECKER*. > > Before doing that, I'm simplifying the OBJECT_DECLARE* API to > make it easier to use and more difficult to misuse. The > modul

[PATCH 0/5] qom: Convert more declarations to OBJECT_DECLARE*

2020-09-16 Thread Eduardo Habkost
This converts many QOM types to use OBJECT_DECLARE* instead of manually using DECLARE*_CHECKER*. Before doing that, I'm simplifying the OBJECT_DECLARE* API to make it easier to use and more difficult to misuse. The module_obj_name and ParentClassType parameters were removed because they are not n