From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNh5B-0004CR-IO for qemu-devel@nongnu.org; Fri, 16 Nov 2018 11:35:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNh5A-0006hl-Ka for qemu-devel@nongnu.org; Fri, 16 Nov 2018 11:35:01 -0500 Date: Fri, 16 Nov 2018 16:34:49 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20181116163449.GE2447@work-vm> References: <20181105185046.2802-1-aaron@os.amperecomputing.com> <20181105185046.2802-2-aaron@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v7 01/12] migration: Add post_save function to VMStateDescription List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Aaron Lindsay , "qemu-arm@nongnu.org" , Alistair Francis , Wei Huang , Peter Crosthwaite , Richard Henderson , "qemu-devel@nongnu.org" , Michael Spradling , Digant Desai , Aaron Lindsay * Peter Maydell (peter.maydell@linaro.org) wrote: > On 5 November 2018 at 18:51, Aaron Lindsay wrote: > > In some cases it may be helpful to modify state before saving it for > > migration, and then modify the state back after it has been saved. The > > existing pre_save function provides half of this functionality. This > > patch adds a post_save function to provide the second half. > > > > Signed-off-by: Aaron Lindsay > > Cc: Dr. David Alan Gilbert > > --- > > Reviewed-by: Peter Maydell > > David: do you want to provide a reviewed-by/acked-by for > the migration vmstate API change ? Yep, it's much more symmetric now: Reviewed-by: Dr. David Alan Gilbert > thanks > -- PMM -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK