Skip to content
Commit d56b0b85 authored by Peter Maydell's avatar Peter Maydell Committed by Michael Roth
Browse files

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: default avatarPeter Maydell <peter.maydell@linaro.org>
Cc: qemu-stable@nongnu.org
(cherry picked from commit ef493d5c)
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 750f1695
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment