From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1UX-0005mG-04 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 14:42:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI1UU-0004v9-4h for qemu-devel@nongnu.org; Tue, 19 Mar 2013 14:42:32 -0400 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:33030 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1UT-0004v3-UE for qemu-devel@nongnu.org; Tue, 19 Mar 2013 14:42:30 -0400 From: Peter Maydell Date: Tue, 19 Mar 2013 18:24:27 +0000 Message-Id: <1363717469-30980-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] Implement migration support for pflash_cfi01 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Juan Quintela , patches@linaro.org These patches implement migration support for pflash_cfi01. The first patch just drops some useless state so we don't have to think about it for migration. NB that pflash_cfi01 is used in the x86 pc model. I think this means that migration while the BIOS is accessing the flash wouldn't have worked properly. Since migration from a device with no vmstate to one with vmstate works OK this shouldn't break cross-version migration. However x86 maintainers may wish to review and confirm this for themselves... Peter Maydell (2): pflash_cfi01: Drop unused 'bypass' field pflash_cfi01: Implement migration support hw/pflash_cfi01.c | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) -- 1.7.9.5