[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 4/7] qom: Replace void* parameter with Property* on field getters/setters
On Wed, 4 Nov 2020 12:25:09 -0500 Eduardo Habkost <ehabkost@xxxxxxxxxx> 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 <ehabkost@xxxxxxxxxx> > --- > Cc: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx> > Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx> > Cc: Anthony Perard <anthony.perard@xxxxxxxxxx> > Cc: Paul Durrant <paul@xxxxxxx> > Cc: Kevin Wolf <kwolf@xxxxxxxxxx> > Cc: Max Reitz <mreitz@xxxxxxxxxx> > Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> > Cc: "Daniel P. Berrangé" <berrange@xxxxxxxxxx> > Cc: Eduardo Habkost <ehabkost@xxxxxxxxxx> > Cc: Richard Henderson <rth@xxxxxxxxxxx> > Cc: David Hildenbrand <david@xxxxxxxxxx> > Cc: Cornelia Huck <cohuck@xxxxxxxxxx> > Cc: Thomas Huth <thuth@xxxxxxxxxx> > Cc: Halil Pasic <pasic@xxxxxxxxxxxxx> > Cc: Christian Borntraeger <borntraeger@xxxxxxxxxx> > Cc: Matthew Rosato <mjrosato@xxxxxxxxxxxxx> > Cc: Alex Williamson <alex.williamson@xxxxxxxxxx> > Cc: Mark Cave-Ayland <mark.cave-ayland@xxxxxxxxxxxx> > Cc: Artyom Tarasenko <atar4qemu@xxxxxxxxx> > Cc: qemu-devel@xxxxxxxxxx > Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx > Cc: qemu-block@xxxxxxxxxx > Cc: qemu-s390x@xxxxxxxxxx > --- > 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 <cohuck@xxxxxxxxxx>
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |