]> git.proxmox.com Git - mirror_qemu.git/commit - hw/net/milkymist-minimac2.c
savevm: Remove all the unneeded version_minimum_id_old (rest)
authorJuan Quintela <quintela@redhat.com>
Wed, 16 Apr 2014 14:01:33 +0000 (16:01 +0200)
committerJuan Quintela <quintela@trasno.org>
Wed, 14 May 2014 13:24:51 +0000 (15:24 +0200)
commit35d08458a9ee5fb9c8518207cc85d0a4f2ef3165
tree9120b9be3a47709bf776533258aa3c3dad389263
parent6e3d652ab204c6f8f1846639bca802fb9c8a9a6d
savevm: Remove all the unneeded version_minimum_id_old (rest)

After previous Peter patch, they are redundant.  This way we don't
assign them except when needed.  Once there, there were lots of case
where the ".fields" indentation was wrong:

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

Change all the combinations to:

     .fields = (VMStateField[]){

The biggest problem (appart 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>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
60 files changed:
audio/audio.c
cpus.c
docs/migration.txt
exec.c
hw/audio/milkymist-ac97.c
hw/block/m25p80.c
hw/char/ipoctal232.c
hw/char/lm32_juart.c
hw/char/lm32_uart.c
hw/char/milkymist-uart.c
hw/char/sclpconsole-lm.c
hw/char/sclpconsole.c
hw/core/ptimer.c
hw/display/cg3.c
hw/display/g364fb.c
hw/display/jazz_led.c
hw/display/milkymist-tmu2.c
hw/display/milkymist-vgafb.c
hw/display/tcx.c
hw/dma/sparc32_dma.c
hw/dma/sun4m_iommu.c
hw/i2c/core.c
hw/i2c/smbus_ich9.c
hw/ide/core.c
hw/ide/macio.c
hw/ide/microdrive.c
hw/ide/mmio.c
hw/input/adb.c
hw/input/milkymist-softusb.c
hw/intc/lm32_pic.c
hw/intc/slavio_intctl.c
hw/ipack/ipack.c
hw/ipack/tpci200.c
hw/misc/eccmemctl.c
hw/misc/lm32_sys.c
hw/misc/macio/cuda.c
hw/misc/macio/mac_dbdma.c
hw/misc/milkymist-hpdmc.c
hw/misc/milkymist-pfpu.c
hw/misc/slavio_misc.c
hw/net/lance.c
hw/net/milkymist-minimac2.c
hw/net/mipsnet.c
hw/nvram/ds1225y.c
hw/nvram/mac_nvram.c
hw/pci-host/bonito.c
hw/s390x/event-facility.c
hw/s390x/sclpquiesce.c
hw/scsi/esp-pci.c
hw/scsi/esp.c
hw/sd/milkymist-memcard.c
hw/sd/sdhci.c
hw/timer/lm32_timer.c
hw/timer/milkymist-sysctl.c
hw/timer/slavio_timer.c
target-alpha/machine.c
target-lm32/machine.c
target-moxie/machine.c
target-openrisc/machine.c
tests/test-vmstate.c