Skip to content
Commit ef493d5c authored by Peter Maydell's avatar Peter Maydell
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
parent 3afca1d6
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