From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjoFQ-0004si-UI for qemu-devel@nongnu.org; Mon, 12 May 2014 07:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjoFJ-00023F-L6 for qemu-devel@nongnu.org; Mon, 12 May 2014 07:18:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjoFJ-000232-E1 for qemu-devel@nongnu.org; Mon, 12 May 2014 07:18:13 -0400 From: Amit Shah Date: Mon, 12 May 2014 16:46:10 +0530 Message-Id: <68a1c78af3f0b4e98c01fc60fc2970d733381589.1399892389.git.amit.shah@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 10/18] tests: vmstate static checker: remove last field in a struct List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Juan Quintela , Markus Armbruster , Alexander Graf , "\\\"Dr. David Alan Gilbert\\\"" , Amit Shah , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= Signed-off-by: Amit Shah --- tests/vmstate-static-checker-data/dump2.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/vmstate-static-checker-data/dump2.json b/tests/vmstate-static-checker-data/dump2.json index f6b52d0..34bfbf6 100644 --- a/tests/vmstate-static-checker-data/dump2.json +++ b/tests/vmstate-static-checker-data/dump2.json @@ -637,12 +637,6 @@ "version_id": 0, "field_exists": false, "size": 256 - }, - { - "field": "irq_state", - "version_id": 2, - "field_exists": false, - "size": 16 } ] } -- 1.9.0