]> git.proxmox.com Git - mirror_qemu.git/commit - hw/xtensa/sim.c
Change references to serial_hds[] to serial_hd()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Apr 2018 14:52:43 +0000 (15:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Apr 2018 12:57:00 +0000 (13:57 +0100)
commit9bca0edb282de0007a4f068d9d20f3e3c3aadef7
tree98d47ad92ff728cec3b2ac52812f15141226789c
parenta8d78cd0ab6204b6ee8897e30d0fbb9c8979ddca
Change references to serial_hds[] to serial_hd()

Change all the uses of serial_hds[] to go via the new
serial_hd() function. Code change produced with:
 find hw -name '*.[ch]' | xargs sed -i -e 's/serial_hds\[\([^]]*\)\]/serial_hd(\1)/g'

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20180420145249.32435-8-peter.maydell@linaro.org
65 files changed:
hw/arm/allwinner-a10.c
hw/arm/aspeed_soc.c
hw/arm/bcm2835_peripherals.c
hw/arm/digic.c
hw/arm/fsl-imx25.c
hw/arm/fsl-imx31.c
hw/arm/fsl-imx6.c
hw/arm/fsl-imx7.c
hw/arm/highbank.c
hw/arm/integratorcp.c
hw/arm/kzm.c
hw/arm/mps2-tz.c
hw/arm/mps2.c
hw/arm/msf2-soc.c
hw/arm/musicpal.c
hw/arm/omap1.c
hw/arm/omap2.c
hw/arm/pxa2xx.c
hw/arm/realview.c
hw/arm/stellaris.c
hw/arm/stm32f205_soc.c
hw/arm/strongarm.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/arm/virt.c
hw/arm/xilinx_zynq.c
hw/arm/xlnx-zynqmp.c
hw/char/exynos4210_uart.c
hw/char/serial-isa.c
hw/char/xen_console.c
hw/cris/axis_dev88.c
hw/hppa/machine.c
hw/isa/isa-superio.c
hw/lm32/lm32_boards.c
hw/lm32/milkymist.c
hw/m68k/mcf5206.c
hw/m68k/mcf5208.c
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/petalogix_s3adsp1800_mmu.c
hw/mips/boston.c
hw/mips/mips_jazz.c
hw/mips/mips_malta.c
hw/mips/mips_mipssim.c
hw/misc/macio/macio.c
hw/moxie/moxiesim.c
hw/nios2/10m50_devboard.c
hw/openrisc/openrisc_sim.c
hw/ppc/e500.c
hw/ppc/ppc405_uc.c
hw/ppc/ppc440_bamboo.c
hw/ppc/sam460ex.c
hw/ppc/spapr.c
hw/ppc/virtex_ml507.c
hw/riscv/sifive_e.c
hw/riscv/sifive_u.c
hw/riscv/spike.c
hw/riscv/virt.c
hw/sh4/r2d.c
hw/sh4/sh7750.c
hw/sparc/leon3.c
hw/sparc/sun4m.c
hw/sparc64/niagara.c
hw/sparc64/sun4u.c
hw/xtensa/sim.c
hw/xtensa/xtfpga.c