]> git.proxmox.com Git - mirror_qemu.git/commit - hw/input/pxa2xx_keypad.c
savevm: Remove all the unneeded version_minimum_id_old (arm)
authorJuan Quintela <quintela@redhat.com>
Tue, 13 May 2014 15:09:35 +0000 (16:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 13 May 2014 15:09:35 +0000 (16:09 +0100)
commit8f1e884b38f6e947f7edd22aad1b3f0058f054da
tree8d384c91d87d8418c4b2d04f59824e765de795ab
parent09319b30411357afcd2bf75a78acd705ea704131
savevm: Remove all the unneeded version_minimum_id_old (arm)

After commit 767adce2d, they are redundant.  This way we don't assign them
except when needed.  Once there, there were lots of cases where the ".fields"
indentation was wrong:

     .fields = (VMStateField []) {
and
     .fields =      (VMStateField []) {

Change all the combinations to:

     .fields = (VMStateField[]){

The biggest problem (apart from aesthetics) was that checkpatch complained
when we copy&pasted the code from one place to another.

Signed-off-by: Juan Quintela <quintela@redhat.com>
[PMM: fixed minor conflict, corrected commit message typos]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
64 files changed:
hw/arm/highbank.c
hw/arm/musicpal.c
hw/arm/pxa2xx.c
hw/arm/pxa2xx_gpio.c
hw/arm/pxa2xx_pic.c
hw/arm/spitz.c
hw/arm/stellaris.c
hw/arm/strongarm.c
hw/arm/z2.c
hw/audio/lm4549.c
hw/audio/marvell_88w8618.c
hw/audio/pl041.c
hw/audio/wm8750.c
hw/block/ecc.c
hw/block/nand.c
hw/block/onenand.c
hw/char/cadence_uart.c
hw/char/digic-uart.c
hw/char/exynos4210_uart.c
hw/char/imx_serial.c
hw/char/pl011.c
hw/display/ads7846.c
hw/display/exynos4210_fimd.c
hw/display/pxa2xx_lcd.c
hw/display/ssd0303.c
hw/dma/pl330.c
hw/dma/pxa2xx_dma.c
hw/gpio/max7310.c
hw/gpio/zaurus.c
hw/input/lm832x.c
hw/input/pxa2xx_keypad.c
hw/input/stellaris_input.c
hw/intc/allwinner-a10-pic.c
hw/intc/armv7m_nvic.c
hw/intc/exynos4210_combiner.c
hw/intc/exynos4210_gic.c
hw/intc/imx_avic.c
hw/misc/exynos4210_pmu.c
hw/misc/imx_ccm.c
hw/misc/max111x.c
hw/misc/mst_fpga.c
hw/misc/tmp105.c
hw/misc/zynq_slcr.c
hw/net/cadence_gem.c
hw/net/smc91c111.c
hw/net/xgmac.c
hw/ssi/pl022.c
hw/ssi/ssi.c
hw/ssi/xilinx_spi.c
hw/ssi/xilinx_spips.c
hw/timer/allwinner-a10-pit.c
hw/timer/arm_timer.c
hw/timer/cadence_ttc.c
hw/timer/digic-timer.c
hw/timer/ds1338.c
hw/timer/exynos4210_mct.c
hw/timer/exynos4210_pwm.c
hw/timer/exynos4210_rtc.c
hw/timer/imx_epit.c
hw/timer/imx_gpt.c
hw/timer/pxa2xx_timer.c
hw/timer/twl92230.c
target-arm/machine.c
util/fifo8.c