On 8/6/21 11:11 PM, Eduardo Habkost wrote: > Replace typedefs + DECLARE_OBJ_CHECKERS with equivalent > OBJECT_DECLARE_TYPE macro. > > Generated using: > > $ ./scripts/codeconverter/converter.py -i \ > --pattern=AddObjectDeclareType $(git grep -l '' -- '*.[ch]') > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > Cc: John Snow <[email protected]> > Cc: Kevin Wolf <[email protected]> > Cc: Max Reitz <[email protected]> > Cc: Gerd Hoffmann <[email protected]> > Cc: "Daniel P. Berrangé" <[email protected]> > Cc: David Gibson <[email protected]> > Cc: Greg Kurz <[email protected]> > Cc: "Cédric Le Goater" <[email protected]> > Cc: Richard Henderson <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > hw/usb/u2f.h | 6 +----- > include/crypto/tlscreds.h | 5 +---- > include/hw/ppc/spapr_drc.h | 5 +---- > include/hw/ppc/spapr_xive.h | 5 +---- > include/qemu/accel.h | 4 +--- > hw/block/fdc-sysbus.c | 5 +---- > 6 files changed, 6 insertions(+), 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
