Re: [PATCH v2 18/44] qdev: Avoid using prop->name unnecessarily

2020-11-04 Thread Stefan Berger
On 11/4/20 10:59 AM, 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. Signed-off-by: Eduardo Habkost Reviewed-by: Stefan Berger

[PATCH v2 18/44] qdev: Avoid using prop->name unnecessarily

2020-11-04 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. Signed-off-by: Eduardo Habkost --- This is a new patch added in series v2 --- Cc: Stefan Berger Cc: Paolo B