From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxDBG-0005IM-Qx for qemu-devel@nongnu.org; Wed, 18 Jun 2014 06:33:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxDB9-0006im-By for qemu-devel@nongnu.org; Wed, 18 Jun 2014 06:33:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxDB8-0006ie-VB for qemu-devel@nongnu.org; Wed, 18 Jun 2014 06:33:19 -0400 From: Juan Quintela In-Reply-To: <726ecd08f9f2b813e2ad2d87f9b47dee6cd30515.1403079139.git.amit.shah@redhat.com> (Amit Shah's message of "Wed, 18 Jun 2014 13:43:37 +0530") References: <726ecd08f9f2b813e2ad2d87f9b47dee6cd30515.1403079139.git.amit.shah@redhat.com> Date: Wed, 18 Jun 2014 12:33:15 +0200 Message-ID: <87ionyld78.fsf@troll.troll> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 03/18] tests: vmstate static checker: add dump1 and dump2 files 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: > These are stripped-down JSON data as obtained from the -dump-vmstate > option. The two files are identical in this commit, and will be > modified in the later commits to show what the script does with the > data. > > Signed-off-by: Amit Shah Acked-by: Juan Quintela