From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dentN-0000nG-86 for qemu-devel@nongnu.org; Mon, 07 Aug 2017 15:40:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dentI-0006pz-8E for qemu-devel@nongnu.org; Mon, 07 Aug 2017 15:40:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43888) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dentI-0006pA-1j for qemu-devel@nongnu.org; Mon, 07 Aug 2017 15:40:40 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CF82C4A708 for ; Mon, 7 Aug 2017 19:40:38 +0000 (UTC) From: dverma Date: Mon, 7 Aug 2017 15:40:03 -0400 Message-Id: <1502134806-13669-1-git-send-email-dverma@redhat.com> Subject: [Qemu-devel] [PATCH 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, Deepak Verma From: Deepak Verma 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. 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 | 335 ++++++++++++++++++++++++++++---------- 1 file changed, 250 insertions(+), 85 deletions(-) -- 1.8.3.1