From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB68d-00012W-4S for qemu-devel@nongnu.org; Tue, 04 Oct 2011 10:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB68W-00017r-Jm for qemu-devel@nongnu.org; Tue, 04 Oct 2011 10:38:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB68W-00017i-BV for qemu-devel@nongnu.org; Tue, 04 Oct 2011 10:38:24 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p94EcNbi026206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Oct 2011 10:38:23 -0400 From: Juan Quintela Date: Tue, 4 Oct 2011 16:38:11 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] migration: Improve subsections detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com 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. Later, Juan. Juan Quintela (4): savevm: teach qemu_fill_buffer to do partial refills savevm: some coding style cleanups savevm: improve subsections detection on load Revert "savevm: fix corruption in vmstate_subsection_load()." savevm.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 84 insertions(+), 28 deletions(-) -- 1.7.6.4