From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG4Rw-0004vX-2M for qemu-devel@nongnu.org; Fri, 26 Oct 2018 11:55:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG4Rq-0002KN-5j for qemu-devel@nongnu.org; Fri, 26 Oct 2018 11:54:59 -0400 Received: from mail-wm1-x334.google.com ([2a00:1450:4864:20::334]:38990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG4Rn-0002JQ-Er for qemu-devel@nongnu.org; Fri, 26 Oct 2018 11:54:52 -0400 Received: by mail-wm1-x334.google.com with SMTP id y144-v6so1899123wmd.4 for ; Fri, 26 Oct 2018 08:54:50 -0700 (PDT) References: <20181025144644.15464-1-cota@braap.org> <20181025144644.15464-64-cota@braap.org> From: Richard Henderson Message-ID: Date: Fri, 26 Oct 2018 16:54:45 +0100 MIME-Version: 1.0 In-Reply-To: <20181025144644.15464-64-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v4 64/71] sparc: convert to cpu_has_work_with_iothread_lock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Mark Cave-Ayland , Artyom Tarasenko On 10/25/18 3:46 PM, Emilio G. Cota wrote: > Soon we will call cpu_has_work without the BQL. > > Cc: Mark Cave-Ayland > Cc: Artyom Tarasenko > Signed-off-by: Emilio G. Cota > --- > target/sparc/cpu.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~