[Qemu-devel] [PATCH v2 0/3] Vmstate-static-checker.py fix upstream

dverma posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1502899168-19852-1-git-send-email-dverma@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
scripts/vmstate-static-checker.py | 353 ++++++++++++++++++++++++++++----------
1 file changed, 265 insertions(+), 88 deletions(-)
[Qemu-devel] [PATCH v2 0/3] Vmstate-static-checker.py fix upstream
Posted by dverma 6 years, 7 months ago
This is an update to the script vmstate-static-checker.py. The whitelist has
been updated and newer functions have been added to reduce the false
positives generated by the script while testing migration. The code has been
cleaned and updated to follow PEP8 guidelines.

Changes v1->v2:
1. Fix patchew warnings about exceeding 80 characters

dverma (3):
  Fix format and styles; make code more pythonic
  Update the existing whitelist
  Add new functions for whitelisting and their calls

 scripts/vmstate-static-checker.py | 353 ++++++++++++++++++++++++++++----------
 1 file changed, 265 insertions(+), 88 deletions(-)

-- 
1.8.3.1