Revert use of DEFINE_MACHINE() for registrations of multiple machines
commit8a661aea0e7f6e776c6ebc9abe339a85b34fea1d
authorAndreas Färber <afaerber@suse.de>
Sat, 19 Sep 2015 08:49:44 +0000 (19 10:49 +0200)
committerAndreas Färber <afaerber@suse.de>
Sat, 19 Sep 2015 14:40:27 +0000 (19 16:40 +0200)
treebdb4040a63f38d86d8c84157b60d71a84927ebb7
parente264d29de28c5b0be3d063307ce9fb613b427cc3
Revert use of DEFINE_MACHINE() for registrations of multiple machines

The script used for converting from QEMUMachine had used one
DEFINE_MACHINE() per machine registered. In cases where multiple
machines are registered from one source file, avoid the excessive
generation of module init functions by reverting this unrolling.

Signed-off-by: Andreas Färber <afaerber@suse.de>
15 files changed:
hw/arm/exynos4_boards.c
hw/arm/gumstix.c
hw/arm/highbank.c
hw/arm/nseries.c
hw/arm/omap_sx1.c
hw/arm/realview.c
hw/arm/spitz.c
hw/arm/stellaris.c
hw/arm/versatilepb.c
hw/lm32/lm32_boards.c
hw/mips/mips_jazz.c
hw/ppc/ppc405_boards.c
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
hw/xtensa/xtfpga.c