From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxyrA-0002ju-QL for qemu-devel@nongnu.org; Fri, 20 Jun 2014 09:28:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxyr3-00049D-Bs for qemu-devel@nongnu.org; Fri, 20 Jun 2014 09:27:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxyr3-000497-4X for qemu-devel@nongnu.org; Fri, 20 Jun 2014 09:27:45 -0400 From: Amit Shah Date: Fri, 20 Jun 2014 18:56:15 +0530 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH v5 08/18] tests: vmstate static checker: remove a 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 Reviewed-by: Juan Quintela --- 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 36a9b4b..4ccfd67 100644 --- a/tests/vmstate-static-checker-data/dump2.json +++ b/tests/vmstate-static-checker-data/dump2.json @@ -2,7 +2,7 @@ "vmschkmachine": { "Name": "pc-i440fx-2.2" }, - "fw_cfg": { + "fw_cfg2": { "Name": "fw_cfg", "version_id": 2, "minimum_version_id": 1, -- 1.9.3