From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33017 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbBZe-0007pV-8z for qemu-devel@nongnu.org; Fri, 07 Jan 2011 07:37:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbBZc-0000Pa-Lv for qemu-devel@nongnu.org; Fri, 07 Jan 2011 07:37:42 -0500 Received: from mail-fx0-f45.google.com ([209.85.161.45]:48870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbBZc-0000OI-HQ for qemu-devel@nongnu.org; Fri, 07 Jan 2011 07:37:40 -0500 Received: by fxm12 with SMTP id 12so16581943fxm.4 for ; Fri, 07 Jan 2011 04:37:39 -0800 (PST) MIME-Version: 1.0 Sender: balrogg@gmail.com In-Reply-To: <1294350874-6885-2-git-send-email-aurelien@aurel32.net> References: <1294350874-6885-1-git-send-email-aurelien@aurel32.net> <1294350874-6885-2-git-send-email-aurelien@aurel32.net> Date: Fri, 7 Jan 2011 13:37:39 +0100 Message-ID: Subject: Re: [Qemu-devel] [PATCH 2/3] tcg/arm: fix qemu_st64 for big endian targets From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Reply-To: balrogg@gmail.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 6 January 2011 22:54, Aurelien Jarno wrote: > Due to a typo, qemu_st64 doesn't properly byteswap the 32-bit low word of > a 64 bit word before saving it. This patch fixes that. This is a good catch. Acked-by: Andrzej Zaborowski Cheers