From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuyH7-0001ZG-Q9 for qemu-devel@nongnu.org; Wed, 20 May 2015 03:18:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuyH4-0002St-Ke for qemu-devel@nongnu.org; Wed, 20 May 2015 03:18:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuyH4-0002Sg-FD for qemu-devel@nongnu.org; Wed, 20 May 2015 03:18:42 -0400 Date: Wed, 20 May 2015 12:48:22 +0530 From: Amit Shah Message-ID: <20150520071822.GJ15452@grmbl.mre> References: <1432034993-24431-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432034993-24431-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] Add section footers to detect corrupted migration streams List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: agraf@suse.de, qemu-devel@nongnu.org, quintela@redhat.com On (Tue) 19 May 2015 [12:29:49], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Badly formatted migration streams can go undetected or produce > misleading errors due to a lock of checking at the end of sections. s/lock/lack in patch 3 commit msg as well. Otherwise, looks good. Reviewed-by: Amit Shah Amit