qemu-irix/hw
Peter Maydell d56b0b85c8 hw/misc/imx_ccm.c: Add missing VMState list terminator
The VMStateDescription for the imx_ccm device was missing its
terminator. Found by static search of the codebase using
a regex based on one suggested by Ian Jackson:
  pcregrep -rMi '(?s)VMStateField(?:(?!END_OF_LIST).)*?;' $(git grep -l 'VMStateField\[\]')

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-stable@nongnu.org
(cherry picked from commit ef493d5c29)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2014-08-06 14:55:49 -05:00
..
9pfs hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation 2014-03-04 00:57:57 +05:30
acpi acpi: Assert sts array limit on AcpiCpuHotplug_add() 2014-03-18 16:08:43 +02:00
alpha
arm hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
audio audio: Add 'static' attributes to several variables 2014-03-15 13:54:18 +04:00
block dataplane: replace iothread object_add() with embedded instance 2014-04-04 20:48:13 +02:00
bt
char cadence_uart: check for serial backend before using it. 2014-08-06 14:55:49 -05:00
core hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
cpu
cris
display ssd0323: fix buffer overun on invalid state load 2014-07-20 22:05:55 -05:00
dma hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
gpio zaurus: fix buffer overrun on invalid state load 2014-07-20 22:05:55 -05:00
i2c i2c: Rename i2c_bus to I2CBus 2014-02-14 16:22:31 +01:00
i386 pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layout 2014-08-06 11:46:52 -05:00
ide hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
input tsc210x: fix buffer overrun on invalid state load 2014-07-20 22:05:55 -05:00
intc hw: Consistently name Error ** objects errp, and not err 2014-08-05 13:54:57 -05:00
ipack ipack: Move IndustryPack out of hw/char/ 2014-02-14 21:11:53 +01:00
isa QOM infrastructure fixes and device conversions 2014-02-20 13:05:48 +00:00
lm32
m68k
microblaze xilinx: Delete hw/include/xilinx.h 2014-02-26 14:54:45 +10:00
mips i2c: Rename i2c_bus to I2CBus 2014-02-14 16:22:31 +01:00
misc hw/misc/imx_ccm.c: Add missing VMState list terminator 2014-08-06 14:55:49 -05:00
moxie moxie: fix load_elf() usage 2014-03-05 03:06:46 +01:00
net virtio-net: byteswap virtio-net header 2014-08-05 14:16:30 -05:00
nvram vl.c: Extend get_boot_devices_list() to ignore suffixes 2014-03-20 02:40:07 +01:00
openrisc
pci pci: assign devfn to pci_dev before calling pci_device_iommu_address_space() 2014-08-06 14:55:49 -05:00
pci-bridge
pci-host hw/pci-host/prep: Don't reverse IO accesses on bigendian hosts 2014-04-08 18:37:45 +01:00
pcmcia hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
ppc spapr_pci: Fix number of returned vectors in ibm, change-msi 2014-07-20 22:20:07 -05:00
s390x s390x/css: handle emw correctly for tsch 2014-08-05 13:34:34 -05:00
scsi virtio-scsi: define dummy handle_output for vhost-scsi vqs 2014-08-05 13:58:37 -05:00
sd hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
sh4 hw: Fix qemu_allocate_irqs() leaks 2014-08-06 11:56:14 -05:00
sparc sun4m: Add Sun CG3 framebuffer initialisation function 2014-02-27 10:01:41 +00:00
sparc64
ssi pl022: fix buffer overun on invalid state load 2014-07-20 22:05:54 -05:00
timer mc146818rtc: register the clock reset notifier on the right clock 2014-08-06 14:55:49 -05:00
tpm
unicore32 console: add head to index to qemu consoles. 2014-03-05 09:52:04 +01:00
usb vmstate_xhci_event: fix unterminated field list 2014-08-06 14:55:49 -05:00
virtio Allow mismatched virtio config-len 2014-08-06 14:55:48 -05:00
watchdog
xen Call pci_piix3_xen_ide_unplug from unplug_disks 2014-02-20 17:28:08 +00:00
xtensa hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705 2014-08-05 14:05:20 -05:00
Makefile.objs hw/9pfs: Include virtio-9p-device.o in build 2014-03-04 09:20:49 +05:30