mirror of
https://github.com/mii443/qemu.git
synced 2025-08-24 07:59:42 +00:00
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>