On Fri, 11 Dec 2020 17:05:15 -0500 Eduardo Habkost <[email protected]> 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 <[email protected]> > --- > This is a new patch added in series v2 > --- > Cc: Paolo Bonzini <[email protected]> > Cc: "Daniel P. Berrangé" <[email protected]> > Cc: Eduardo Habkost <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Halil Pasic <[email protected]> > Cc: Christian Borntraeger <[email protected]> > Cc: Thomas Huth <[email protected]> > Cc: Richard Henderson <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > include/hw/qdev-properties.h | 2 +- > hw/core/qdev-properties-system.c | 12 ++++++------ > hw/core/qdev-properties.c | 8 ++++---- > hw/s390x/css.c | 2 +- > 4 files changed, 12 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
