From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aktvy-0004TP-UJ for qemu-devel@nongnu.org; Tue, 29 Mar 2016 09:43:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aktvt-0002y4-Vy for qemu-devel@nongnu.org; Tue, 29 Mar 2016 09:43:50 -0400 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:37010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aktvt-0002wK-NH for qemu-devel@nongnu.org; Tue, 29 Mar 2016 09:43:45 -0400 Received: by mail-wm0-x22a.google.com with SMTP id p65so27139649wmp.0 for ; Tue, 29 Mar 2016 06:43:45 -0700 (PDT) References: <1458222382-6498-1-git-send-email-sergey.fedorov@linaro.org> <1458222382-6498-5-git-send-email-sergey.fedorov@linaro.org> <56EAC8A2.7060700@redhat.com> <56EAC9E3.60000@gmail.com> <56F94B59.80905@gmail.com> <56F9A051.9090907@redhat.com> <56FA52E3.3000900@gmail.com> <56FA5ADB.7030103@redhat.com> <56FA7599.5010604@gmail.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <56FA7599.5010604@gmail.com> Date: Tue, 29 Mar 2016 14:43:44 +0100 Message-ID: <87egath01b.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 4/5] tcg: reorder removal from lists in tb_phys_invalidate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Fedorov Cc: Paolo Bonzini , Richard Henderson , qemu-devel@nongnu.org, sergey.fedorov@linaro.org, Peter Crosthwaite Sergey Fedorov writes: > On 29/03/16 13:37, Paolo Bonzini wrote: >> cpu_exec_nocache is not used in user-mode emulation, so it's okay if >> qemu.git doesn't take the lock yet. (This kind of misunderstanding >> about which code is thread-safe is going to be common until we have >> MTTCG. This was the reason for the patch "cpu-exec: elide more icount >> code if CONFIG_USER_ONLY"). > > So I'd better pull in here the rebased version of this patch from Alex's > "Base enabling patches for MTTCG" series. OK, sounds good. -- Alex Bennée