From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxgNc-0002ac-Bj for qemu-devel@nongnu.org; Thu, 19 Jun 2014 13:44:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxgNT-0007sw-7Q for qemu-devel@nongnu.org; Thu, 19 Jun 2014 13:44:08 -0400 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:65084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxgNT-0007so-2T for qemu-devel@nongnu.org; Thu, 19 Jun 2014 13:43:59 -0400 Received: by mail-qa0-f44.google.com with SMTP id hw13so2270844qab.31 for ; Thu, 19 Jun 2014 10:43:58 -0700 (PDT) Sender: Richard Henderson Message-ID: <53A32158.4060805@twiddle.net> Date: Thu, 19 Jun 2014 10:43:52 -0700 From: Richard Henderson 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> In-Reply-To: <1403189143-54609-3-git-send-email-leon.alrae@imgtec.com> 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: Leon Alrae , qemu-devel@nongnu.org Cc: yongbok.kim@imgtec.com, cristian.cuna@imgtec.com, aurelien@aurel32.net 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~