qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] ef493d: hw/misc/imx_ccm.c: Add missing VMStat


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ef493d: hw/misc/imx_ccm.c: Add missing VMState list termin...
Date: Tue, 22 Jul 2014 10:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ef493d5c291e4689d64ff4973915a7442109a5c5
      
https://github.com/qemu/qemu/commit/ef493d5c291e4689d64ff4973915a7442109a5c5
  Author: Peter Maydell <address@hidden>
  Date:   2014-07-22 (Tue, 22 Jul 2014)

  Changed paths:
    M hw/misc/imx_ccm.c

  Log Message:
  -----------
  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 <address@hidden>
Cc: address@hidden


  Commit: f368c33d5ab09dd5656924185cd975b11838cd25
      
https://github.com/qemu/qemu/commit/f368c33d5ab09dd5656924185cd975b11838cd25
  Author: Peter Maydell <address@hidden>
  Date:   2014-07-22 (Tue, 22 Jul 2014)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for v2.1.0-rc3 release

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/3afca1d6d413...f368c33d5ab0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]