From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7ngs-0001kY-N0 for qemu-devel@nongnu.org; Wed, 03 Oct 2018 16:24:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7ngn-0000qq-6K for qemu-devel@nongnu.org; Wed, 03 Oct 2018 16:24:13 -0400 Received: from mail-ot1-x331.google.com ([2607:f8b0:4864:20::331]:37435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7ngm-0000oK-FV for qemu-devel@nongnu.org; Wed, 03 Oct 2018 16:24:08 -0400 Received: by mail-ot1-x331.google.com with SMTP id o13-v6so6908459otl.4 for ; Wed, 03 Oct 2018 13:24:02 -0700 (PDT) References: <20181003200454.18384-1-cota@braap.org> <20181003200454.18384-3-cota@braap.org> From: Richard Henderson Message-ID: Date: Wed, 3 Oct 2018 15:23:58 -0500 MIME-Version: 1.0 In-Reply-To: <20181003200454.18384-3-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/4] cputlb: fix assert_cpu_is_self macro List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Richard Henderson On 10/3/18 3:04 PM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > accel/tcg/cputlb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~