Re: [PATCH v3 11/19] qom: field_prop_set_default_value() helper

2020-11-24 Thread Eduardo Habkost
On Tue, Nov 24, 2020 at 10:58:27AM +0100, Markus Armbruster wrote: > Eduardo Habkost writes: > > > Move code that sets the property default value to a separate > > function, to reduce duplication and make refactoring easier. > > > > Signed-off-by: Eduardo Habkost > > --- > > This is a new patch

Re: [PATCH v3 11/19] qom: field_prop_set_default_value() helper

2020-11-24 Thread Markus Armbruster
Eduardo Habkost writes: > Move code that sets the property default value to a separate > function, to reduce duplication and make refactoring easier. > > Signed-off-by: Eduardo Habkost > --- > This is a new patch added in v3 of this series. > Hopefully, this will make the series easier to review

[PATCH v3 11/19] qom: field_prop_set_default_value() helper

2020-11-23 Thread Eduardo Habkost
Move code that sets the property default value to a separate function, to reduce duplication and make refactoring easier. Signed-off-by: Eduardo Habkost --- This is a new patch added in v3 of this series. Hopefully, this will make the series easier to review. The field_prop_set_default_value() w