From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG4MD-0007ry-NZ for qemu-devel@nongnu.org; Fri, 26 Oct 2018 11:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG4MA-0006Xa-HQ for qemu-devel@nongnu.org; Fri, 26 Oct 2018 11:49:05 -0400 Received: from mail-pl1-x62c.google.com ([2607:f8b0:4864:20::62c]:34201) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG4MA-0006Wi-Aq for qemu-devel@nongnu.org; Fri, 26 Oct 2018 11:49:02 -0400 Received: by mail-pl1-x62c.google.com with SMTP id f10-v6so711313plr.1 for ; Fri, 26 Oct 2018 08:49:02 -0700 (PDT) References: <20181025144644.15464-1-cota@braap.org> <20181025144644.15464-58-cota@braap.org> From: Richard Henderson Message-ID: Date: Fri, 26 Oct 2018 16:48:56 +0100 MIME-Version: 1.0 In-Reply-To: <20181025144644.15464-58-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v4 58/71] cpu: call .cpu_has_work with the CPU lock held List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini On 10/25/18 3:46 PM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > include/qom/cpu.h | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~