From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG3Jj-00046i-Qn for qemu-devel@nongnu.org; Tue, 08 May 2018 10:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG3Je-0006NS-57 for qemu-devel@nongnu.org; Tue, 08 May 2018 10:10:09 -0400 Received: from mail-ot0-x235.google.com ([2607:f8b0:4003:c0f::235]:35940) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fG3Je-0006NA-0U for qemu-devel@nongnu.org; Tue, 08 May 2018 10:10:06 -0400 Received: by mail-ot0-x235.google.com with SMTP id m11-v6so30026935otf.3 for ; Tue, 08 May 2018 07:10:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180504224521.7801-1-richard.henderson@linaro.org> References: <20180504183021.19318-1-richard.henderson@linaro.org> <20180504224521.7801-1-richard.henderson@linaro.org> From: Peter Maydell Date: Tue, 8 May 2018 15:09:44 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v3 08/10] target/arm: Fill in disas_ldst_atomic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm On 4 May 2018 at 23:45, Richard Henderson wrote: > This implements all of the v8.1-Atomics instructions except > for compare-and-swap, which is decoded elsewhere. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > v3: Do not zero-extend X[s] via the third parameter to read_cpu_reg. Can you just resend the full series, please? Sending a single patch rather than the whole thing means that 'patches' complains about "series is either incomplete or improperly threaded", and my eyeball for updated versions to add to my to-review queue generally skips over patches which aren't cover letters or single-patches... thanks -- PMM