Hello, This patchset updates the vmstate static checker to handle fields that got marked 'unused' in qemu versions. Also update the whitelist based on a few false-positives.
The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.2 for you to fetch changes up to 32ce1b4817e8341f55906dc003cc09ae22502ea7: checker: ignore fields marked unused (2014-08-04 15:02:37 +0530) ---------------------------------------------------------------- Amit Shah (2): vmstate static checker: whitelist additions checker: ignore fields marked unused scripts/vmstate-static-checker.py | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 5 deletions(-) Amit