From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYqB-0001g0-GM for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:09:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLYqA-00014R-5v for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:09:07 -0500 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:35449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYqA-000146-1D for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:09:06 -0500 Received: by mail-vk0-x231.google.com with SMTP id k1so350756595vkb.2 for ; Tue, 19 Jan 2016 08:09:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <293febec25123074218aa1016d208397873be90e.1453100525.git.crosthwaite.peter@gmail.com> References: <293febec25123074218aa1016d208397873be90e.1453100525.git.crosthwaite.peter@gmail.com> From: Peter Maydell Date: Tue, 19 Jan 2016 16:08:46 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 06/17] target-arm: introduce disas flag for endianness List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Crosthwaite , QEMU Developers , Alistair Francis , sridhar kulkarni , qemu-arm , Paolo Bonzini , =?UTF-8?Q?Piotr_Kr=C3=B3l?= On 18 January 2016 at 07:12, Peter Crosthwaite wrote: > From: Paolo Bonzini > > Introduce a disas flag for setting the CPU data endianness. This allows > control of the endianness from the CPU state rather than hard-coding it > to TARGET_WORDS_BIGENDIAN. > > Signed-off-by: Paolo Bonzini > [ PC changes: > * Split off as new patch from original: > "target-arm: introduce tbflag for CPSR.E" > * Wrote commit message from scratch > ] > Signed-off-by: Peter Crosthwaite Reviewed-by: Peter Maydell thanks -- PMM