From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YW5-0005gt-9O for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9YVy-0007Pe-PU for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:45:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YVy-0007PU-G2 for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:45:50 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6MBjmdj028901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 22 Jul 2014 07:45:49 -0400 From: Amit Shah Date: Tue, 22 Jul 2014 17:14:57 +0530 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] vmstate static checker: handle unused fields, List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Juan Quintela Hi, This patchset updates the whitelist and adds handling for 'unused' fields. These were found when comparing qemu-1.0 json output with qemu-2.1 -M pc-1.0. 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(-) -- 1.9.3