From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4QoB-0003ho-KL for qemu-devel@nongnu.org; Tue, 08 Jul 2014 04:31:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4Qo4-0004OY-O5 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 04:31:27 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:26342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Qo4-0004OM-I2 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 04:31:20 -0400 Message-ID: <53BBAC56.8060509@imgtec.com> Date: Tue, 8 Jul 2014 09:31:18 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1403189143-54609-1-git-send-email-leon.alrae@imgtec.com> <1403189143-54609-3-git-send-email-leon.alrae@imgtec.com> <53A32158.4060805@twiddle.net> In-Reply-To: <53A32158.4060805@twiddle.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/12] target-mips: update cpu_save/cpu_load to support KScratch registers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: yongbok.kim@imgtec.com, cristian.cuna@imgtec.com, aurelien@aurel32.net On 19/06/2014 18:43, Richard Henderson wrote: > You must update CPU_SAVE_VERSION when you change the contents of the save data. > > For extra credit, consider updating target-mips to VMStateDescription structure(s). > > > r~ > v2 contains updated CPU_SAVE_VERSION. VMStateDescription structures sound like nice to have in target-mips - at the moment I'm not able to look at this, but I'll keep that in mind. Thanks, Leon