From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9zQS-0006F0-FW for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:48:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9zQJ-0007MK-Ue for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:48:36 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:38934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9zQJ-0007Gc-Qa for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:48:27 -0400 Received: by iafj26 with SMTP id j26so63250iaf.4 for ; Tue, 20 Mar 2012 06:48:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <87iphzv4oa.fsf@elfo.elfo> References: <87iphzv4oa.fsf@elfo.elfo> Date: Tue, 20 Mar 2012 13:48:24 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 23/36] arm: save always 32 fpu registers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org On 20 March 2012 12:27, Juan Quintela wrote: > Peter Maydell wrote: >> This commit message is out of date -- the overwriting bug was >> fixed in commit 15180256 last year. Possibly the patch should >> be dropped from your series? (If not, "ARM_FEATURE_VFP3".) > > Reason for the change is not to have to write partial arrays. > Normally, the less different options that we have on the migration > format, the easy to make sense of it. =C2=A0It was not related to the bug > that we used to have in this area. OK, so you just need to fix the commit message. thanks -- PMM