On Wed, 4 Nov 2020 12:25:09 -0500 Eduardo Habkost <[email protected]> wrote:
> All field property getters and setters must interpret the fourth > argument as Property*. Change the function signature of field > property getters and setters to indicate that. > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > Cc: Stefan Berger <[email protected]> > Cc: Stefano Stabellini <[email protected]> > Cc: Anthony Perard <[email protected]> > Cc: Paul Durrant <[email protected]> > Cc: Kevin Wolf <[email protected]> > Cc: Max Reitz <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: "Daniel P. Berrangé" <[email protected]> > Cc: Eduardo Habkost <[email protected]> > Cc: Richard Henderson <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Thomas Huth <[email protected]> > Cc: Halil Pasic <[email protected]> > Cc: Christian Borntraeger <[email protected]> > Cc: Matthew Rosato <[email protected]> > Cc: Alex Williamson <[email protected]> > Cc: Mark Cave-Ayland <[email protected]> > Cc: Artyom Tarasenko <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > include/qom/field-property-internal.h | 8 +- > include/qom/field-property.h | 26 ++++--- > backends/tpm/tpm_util.c | 11 ++- > hw/block/xen-block.c | 6 +- > hw/core/qdev-properties-system.c | 86 +++++++++------------- > hw/s390x/css.c | 6 +- > hw/s390x/s390-pci-bus.c | 6 +- > hw/vfio/pci-quirks.c | 10 +-- > qom/property-types.c | 102 +++++++++----------------- > target/sparc/cpu.c | 4 +- > 10 files changed, 105 insertions(+), 160 deletions(-) Acked-by: Cornelia Huck <[email protected]>
