From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjoEd-0003Ss-I7 for qemu-devel@nongnu.org; Mon, 12 May 2014 07:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjoEX-0001qi-F4 for qemu-devel@nongnu.org; Mon, 12 May 2014 07:17:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjoEX-0001qd-5R for qemu-devel@nongnu.org; Mon, 12 May 2014 07:17:25 -0400 From: Amit Shah Date: Mon, 12 May 2014 16:46:05 +0530 Message-Id: <471ffa8281d772e5c254be3536c66034af47fb12.1399892389.git.amit.shah@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 05/18] tests: vmstate static checker: add version error in main section 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vmstate-static-checker-data/dump2.json b/tests/vmstate-static-checker-data/dump2.json index 0a8b81d..f405534 100644 --- a/tests/vmstate-static-checker-data/dump2.json +++ b/tests/vmstate-static-checker-data/dump2.json @@ -34,7 +34,7 @@ }, "fusbh200-ehci-usb": { "Name": "fusbh200-ehci-usb", - "version_id": 2, + "version_id": 1, "minimum_version_id": 1, "Description": { "name": "ehci-sysbus", -- 1.9.0