]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc/imx_ccm.c: Add missing VMState list terminator
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Jul 2014 16:10:01 +0000 (17:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Jul 2014 16:53:36 +0000 (17:53 +0100)
commitef493d5c291e4689d64ff4973915a7442109a5c5
treea34e403c68a20f44618ca8cd7cd69338227b4d68
parent3afca1d6d413592c2b78cf28f52fa24a586d8f56
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
hw/misc/imx_ccm.c