Files
qemu/hw/misc
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
..
2013-11-05 17:47:29 +01:00
2013-11-05 17:47:30 +01:00
2014-08-06 11:56:14 -05:00
2014-03-12 20:13:02 +01:00
2013-07-29 21:06:59 +02:00
2013-07-29 21:06:59 +02:00
2014-03-25 12:08:52 -06:00