Re: [PATCH for-6.2 06/12] [automated] Split QOM "typedef struct T { ... } T" declarations

2021-08-10 Thread Cornelia Huck
On Fri, Aug 06 2021, Eduardo Habkost wrote: > Automatically split struct definition and typedef declaration in > separate declarations, using a codeconverter rule. The rule will > only touch declarations of structs/typedefs actually used by QOM > types. > > This will make automated changes to

[PATCH for-6.2 06/12] [automated] Split QOM "typedef struct T { ... } T" declarations

2021-08-06 Thread Eduardo Habkost
Automatically split struct definition and typedef declaration in separate declarations, using a codeconverter rule. The rule will only touch declarations of structs/typedefs actually used by QOM types. This will make automated changes to use OBJECT_DECLARE* macros easier to implement, because