From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di0pt-0000Rh-Hp for qemu-devel@nongnu.org; Wed, 16 Aug 2017 12:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1di0pi-00069y-V0 for qemu-devel@nongnu.org; Wed, 16 Aug 2017 12:06:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32872) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1di0pi-00069Z-PA for qemu-devel@nongnu.org; Wed, 16 Aug 2017 12:06:14 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 329DF74840 for ; Wed, 16 Aug 2017 15:59:34 +0000 (UTC) From: dverma Date: Wed, 16 Aug 2017 11:59:25 -0400 Message-Id: <1502899168-19852-1-git-send-email-dverma@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] Vmstate-static-checker.py fix upstream List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jen@redhat.com, dgilbert@redhat.com, quintela@redhat.com, dverma 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