From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB6fu-0000i4-Mb for qemu-devel@nongnu.org; Tue, 04 Oct 2011 11:12:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB6fp-0007RR-0d for qemu-devel@nongnu.org; Tue, 04 Oct 2011 11:12:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB6fo-0007RM-Oz for qemu-devel@nongnu.org; Tue, 04 Oct 2011 11:12:48 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p94FClrX021685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Oct 2011 11:12:47 -0400 Message-ID: <4E8B226D.1030304@redhat.com> Date: Tue, 04 Oct 2011 17:12:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] migration: Improve subsections detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 10/04/2011 04:38 PM, Juan Quintela wrote: > Hi > > This series move the subsections detection code form: > - Look that it starts form 5 > To: > - Look that it starts form 5 (SUBSECTION) > - Look at the length > - Look that length is bigger than section name > - Look at the idstr and see that it starts with the subsection name. > > Please review. Looks good as an alternative to the new migration format. Thanks, Paolo