Re: [PATCH v4 18/32] qdev: Get just property name at error_set_from_qdev_prop_error()

2020-12-14 Thread Igor Mammedov
On Fri, 11 Dec 2020 17:05:15 -0500 Eduardo Habkost wrote: > Replace `Property *prop` parameter with `char *name`, to reduce > dependency of getter and setter functions on the Property struct > (which will be changed in following patches). > > Signed-off-by: Eduardo Habkost Reviewed-by: Igor Ma

Re: [PATCH v4 18/32] qdev: Get just property name at error_set_from_qdev_prop_error()

2020-12-14 Thread Cornelia Huck
On Fri, 11 Dec 2020 17:05:15 -0500 Eduardo Habkost wrote: > Replace `Property *prop` parameter with `char *name`, to reduce > dependency of getter and setter functions on the Property struct > (which will be changed in following patches). > > Signed-off-by: Eduardo Habkost > --- > This is a new

[PATCH v4 18/32] qdev: Get just property name at error_set_from_qdev_prop_error()

2020-12-11 Thread Eduardo Habkost
Replace `Property *prop` parameter with `char *name`, to reduce dependency of getter and setter functions on the Property struct (which will be changed in following patches). Signed-off-by: Eduardo Habkost --- This is a new patch added in series v2 --- Cc: Paolo Bonzini Cc: "Daniel P. Berrangé"