From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwtIr-0007ls-0x for qemu-devel@nongnu.org; Tue, 17 Jun 2014 09:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwtIj-0007NG-3W for qemu-devel@nongnu.org; Tue, 17 Jun 2014 09:19:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwtIi-0007N2-NM for qemu-devel@nongnu.org; Tue, 17 Jun 2014 09:19:49 -0400 From: Amit Shah Date: Tue, 17 Jun 2014 18:49:17 +0530 Message-Id: <1e8904a9bb3e53a552d8dbc686b5d1ac13377e89.1403011018.git.amit.shah@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH v3 04/18] tests: vmstate static checker: incompat machine types 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?= This commit modifies the dump2 data to flag incompatibilities in the machine types being compared. 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 44200fb..0a8b81d 100644 --- a/tests/vmstate-static-checker-data/dump2.json +++ b/tests/vmstate-static-checker-data/dump2.json @@ -1,6 +1,6 @@ { "vmschkmachine": { - "Name": "pc-i440fx-2.1" + "Name": "pc-i440fx-2.2" }, "fw_cfg": { "Name": "fw_cfg", -- 1.9.3