From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtEmN-0007mJ-A4 for qemu-devel@nongnu.org; Mon, 11 Feb 2019 11:49:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtEmM-0000Qg-6V for qemu-devel@nongnu.org; Mon, 11 Feb 2019 11:49:59 -0500 Received: from mail-pg1-x544.google.com ([2607:f8b0:4864:20::544]:46362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtEmK-00007I-Rf for qemu-devel@nongnu.org; Mon, 11 Feb 2019 11:49:58 -0500 Received: by mail-pg1-x544.google.com with SMTP id w7so5180790pgp.13 for ; Mon, 11 Feb 2019 08:49:32 -0800 (PST) References: <1548985244-24523-1-git-send-email-catherine.hecx@gmail.com> From: Richard Henderson Message-ID: <4a7de0ef-8c33-6a14-f937-ab657559daca@linaro.org> Date: Mon, 11 Feb 2019 08:49:28 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_be List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Catherine Ho , "Emilio G. Cota" , QEMU Developers , qemu-arm On 2/11/19 8:19 AM, Peter Maydell wrote: > Thanks. Richard: is this effectively a bugfix for big-endian guest code ? Yes. r~