From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btysP-0006sS-A3 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 11:21:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btysK-0005AJ-HS for qemu-devel@nongnu.org; Tue, 11 Oct 2016 11:21:57 -0400 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:33903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btysK-0005A5-4l for qemu-devel@nongnu.org; Tue, 11 Oct 2016 11:21:52 -0400 Received: by mail-qk0-x236.google.com with SMTP id f128so37533494qkb.1 for ; Tue, 11 Oct 2016 08:21:52 -0700 (PDT) References: <1476056526-30740-1-git-send-email-rth@twiddle.net> <1476056526-30740-14-git-send-email-rth@twiddle.net> <878ttvxtz4.fsf@linaro.org> <87ae0dcc-bb68-182e-7864-e2241c821b89@twiddle.net> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <87ae0dcc-bb68-182e-7864-e2241c821b89@twiddle.net> Date: Tue, 11 Oct 2016 16:21:39 +0100 Message-ID: <8760oyq5bw.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v5 13/35] tcg: Add atomic helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Richard Henderson writes: > On 10/11/2016 01:47 AM, Alex Bennée wrote: >> >> Richard Henderson writes: >> >>> Add all of cmpxchg, op_fetch, fetch_op, and xchg. >>> Handle both endian-ness, and sizes up to 8. >>> Handle expanding non-atomically, when emulating in serial. >>> >>> Signed-off-by: Richard Henderson >> >> This still seems to be suffering expansion problems on Travis: > > I must be losing my mind. > >>> include/qemu/atomic.h | 19 ++- > > I can tell at a glance that this is, for a second time, missing a patch that I > know I applied twice. Indeed, going back to look at the rest of the series, > it's missing 4 other changes. > > Ho hum. I'll prepare a v6, I suppose. Do you keep change notes under --- in your commits and then strip them off for review/posting? Is this just using plain git tools or one of the porcelain layers? > > > r~ -- Alex Bennée