On Fri, Aug 06 2021, Eduardo Habkost <[email protected]> wrote: > Automatically split struct definition and typedef declaration in > separate declarations, using a codeconverter rule. The rule will > only touch declarations of structs/typedefs actually used by QOM > types. > > This will make automated changes to use OBJECT_DECLARE* macros > easier to implement, because automated removal of typedef lines > will be easier and safer. > > Generated using: > > $ ./scripts/codeconverter/converter.py -i \ > --pattern=QOMStructTypedefSplit $(git grep -l '' -- '*.[ch]') > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > Cc: "Marc-André Lureau" <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: Patrick Venture <[email protected]> > Cc: Thomas Huth <[email protected]> > Cc: Keith Busch <[email protected]> > Cc: Klaus Jensen <[email protected]> > Cc: "Michael S. Tsirkin" <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Halil Pasic <[email protected]> > Cc: Christian Borntraeger <[email protected]> > Cc: Richard Henderson <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Gerd Hoffmann <[email protected]> > Cc: Havard Skinnemoen <[email protected]> > Cc: Tyrone Ting <[email protected]> > Cc: Alistair Francis <[email protected]> > Cc: Bin Meng <[email protected]> > Cc: Palmer Dabbelt <[email protected]> > Cc: "Edgar E. Iglesias" <[email protected]> > Cc: Peter Maydell <[email protected]> > Cc: Andrew Baumann <[email protected]> > Cc: "Philippe Mathieu-Daudé" <[email protected]> > Cc: "Cédric Le Goater" <[email protected]> > Cc: David Gibson <[email protected]> > Cc: Greg Kurz <[email protected]> > Cc: Laurent Vivier <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > hw/nvme/nvme.h | 10 ++++++---- > hw/usb/hcd-uhci.h | 5 +++-- > hw/usb/u2f.h | 5 +++-- > include/hw/adc/npcm7xx_adc.h | 5 +++-- > include/hw/arm/npcm7xx.h | 10 ++++++---- > include/hw/core/accel-cpu.h | 5 +++-- > include/hw/dma/sifive_pdma.h | 5 +++-- > include/hw/dma/xlnx_csu_dma.h | 5 +++-- > include/hw/gpio/npcm7xx_gpio.h | 5 +++-- > include/hw/i2c/npcm7xx_smbus.h | 5 +++-- > include/hw/mem/npcm7xx_mc.h | 5 +++-- > include/hw/misc/bcm2835_cprman.h | 20 ++++++++++++-------- > include/hw/misc/mchp_pfsoc_dmc.h | 10 ++++++---- > include/hw/misc/mchp_pfsoc_ioscb.h | 5 +++-- > include/hw/misc/mchp_pfsoc_sysreg.h | 5 +++-- > include/hw/misc/npcm7xx_clk.h | 15 +++++++++------ > include/hw/misc/npcm7xx_gcr.h | 5 +++-- > include/hw/misc/npcm7xx_mft.h | 5 +++-- > include/hw/misc/npcm7xx_rng.h | 5 +++-- > include/hw/nvram/npcm7xx_otp.h | 5 +++-- > include/hw/riscv/microchip_pfsoc.h | 10 ++++++---- > include/hw/riscv/sifive_e.h | 5 +++-- > include/hw/sd/cadence_sdhci.h | 5 +++-- > include/qemu/accel.h | 10 ++++++---- > chardev/char-parallel.c | 10 ++++++---- > hw/i2c/i2c_mux_pca954x.c | 5 +++-- > hw/m68k/mcf5206.c | 5 +++-- > hw/misc/sbsa_ec.c | 5 +++-- > hw/s390x/vhost-user-fs-ccw.c | 5 +++-- > tests/qtest/pnv-xscom-test.c | 5 +++-- > 30 files changed, 123 insertions(+), 82 deletions(-)
Acked-by: Cornelia Huck <[email protected]>
