Re: [PATCH v4 19/32] qdev: Avoid using prop->name unnecessarily

2020-12-14 Thread Igor Mammedov
On Fri, 11 Dec 2020 17:05:16 -0500 Eduardo Habkost wrote: > We already get the property name as argument to the property > getter and setters, we don't need to use prop->name. This will > make it easier to remove the Property.name field in the future. > > Reviewed-by: Stefan Berger > Signed-of

[PATCH v4 19/32] qdev: Avoid using prop->name unnecessarily

2020-12-11 Thread Eduardo Habkost
We already get the property name as argument to the property getter and setters, we don't need to use prop->name. This will make it easier to remove the Property.name field in the future. Reviewed-by: Stefan Berger Signed-off-by: Eduardo Habkost --- This is a new patch added in series v2 --- Cc