From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC43v-0007Wc-Pu for qemu-devel@nongnu.org; Fri, 07 Oct 2011 02:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC43t-00052i-Ln for qemu-devel@nongnu.org; Fri, 07 Oct 2011 02:37:39 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:55714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC43t-00052W-HX for qemu-devel@nongnu.org; Fri, 07 Oct 2011 02:37:37 -0400 Received: by wyh22 with SMTP id 22so4027811wyh.4 for ; Thu, 06 Oct 2011 23:37:36 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E8E9E2E.1020505@redhat.com> Date: Fri, 07 Oct 2011 08:37:34 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4E8DD6D1.7020708@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/5] savevm: improve subsections detection on load List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org On 10/07/2011 12:42 AM, Juan Quintela wrote: >> > This changes semantics for reads above 32KB. It should be in the >> > commit message, or preferably v1 could be committed instead.:) > how it changes? My understanding is that we read the same, only change > that I can think of is the one that I have jsut shown (and that is on > the error case). Yes, you're right. Paolo