From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRibU-0003ps-Eb for qemu-devel@nongnu.org; Tue, 18 Aug 2015 11:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRibP-0004AM-RW for qemu-devel@nongnu.org; Tue, 18 Aug 2015 11:15:08 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:35955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRibP-00049q-LM for qemu-devel@nongnu.org; Tue, 18 Aug 2015 11:15:03 -0400 Received: by pawq9 with SMTP id q9so37649852paw.3 for ; Tue, 18 Aug 2015 08:15:02 -0700 (PDT) Sender: Paolo Bonzini References: <1439210072-11028-1-git-send-email-peter.maydell@linaro.org> <1439210072-11028-5-git-send-email-peter.maydell@linaro.org> From: Paolo Bonzini Message-ID: <55D34BF5.1010801@redhat.com> Date: Tue, 18 Aug 2015 08:15:01 -0700 MIME-Version: 1.0 In-Reply-To: <1439210072-11028-5-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] target-sparc: Convert to VMStateDescription List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Blue Swirl , Juan Quintela , Mark Cave-Ayland , =?UTF-8?Q?Andreas_F=c3=a4rber?= , patches@linaro.org On 10/08/2015 05:34, Peter Maydell wrote: > - // if env->cwp == env->nwindows - 1, this will set the ins of the last > - // window as the outs of the first window > - cpu_set_cwp(env, env->cwp); Out of curiosity, what migrates env->cwp for SPARC64? Paolo