From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoVVn-0000m1-7T for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoVVi-0005IZ-8U for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:55:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoVVi-0005IU-2y for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:55:22 -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 (Postfix) with ESMTPS id A8B49341AF5 for ; Tue, 20 Oct 2015 11:55:21 +0000 (UTC) From: Juan Quintela In-Reply-To: <87h9llx1lq.fsf@neno.neno> (Juan Quintela's message of "Tue, 20 Oct 2015 12:42:41 +0200") References: <1443459153-10965-1-git-send-email-dgilbert@redhat.com> <1443459153-10965-5-git-send-email-dgilbert@redhat.com> <87h9llx1lq.fsf@neno.neno> Date: Tue, 20 Oct 2015 13:55:20 +0200 Message-ID: <87wpuhu53r.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v8 04/54] Move configuration section writing Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: QEMU Developer Juan Quintela wrote: Post proper list remove cc'd > "Dr. David Alan Gilbert (git)" wrote: >> From: "Dr. David Alan Gilbert" >> >> The vmstate_configuration is currently written >> in 'qemu_savevm_state_begin', move it to >> 'qemu_savevm_state_header' since it's got a hard >> requirement that it must be the 1st thing after >> the header. >> (In postcopy some 'command' sections get sent >> early before the saving of the main sections >> and hence before qemu_savevm_state_begin). >> >> Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela