From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxDBY-0005RN-P5 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 06:33:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxDBR-00070Y-BA for qemu-devel@nongnu.org; Wed, 18 Jun 2014 06:33:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxDBR-0006zQ-3B for qemu-devel@nongnu.org; Wed, 18 Jun 2014 06:33:37 -0400 From: Juan Quintela In-Reply-To: <2e7e023dbd61738aebe72acce5712debcb09060f.1403079139.git.amit.shah@redhat.com> (Amit Shah's message of "Wed, 18 Jun 2014 13:43:38 +0530") References: <2e7e023dbd61738aebe72acce5712debcb09060f.1403079139.git.amit.shah@redhat.com> Date: Wed, 18 Jun 2014 12:33:34 +0200 Message-ID: <87egymld6p.fsf@troll.troll> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 04/18] tests: vmstate static checker: incompat machine types Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list , Markus Armbruster , Alexander Graf , "Dr. David Alan Gilbert" , Paolo Bonzini , Andreas =?utf-8?Q?F=C3=A4rber?= Amit Shah wrote: > This commit modifies the dump2 data to flag incompatibilities in the > machine types being compared. > > Signed-off-by: Amit Shah Acked-by: Juan Quintela