From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUIxt-0004oa-LM for qemu-devel@nongnu.org; Sun, 09 Jul 2017 16:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUIxq-00019R-Ii for qemu-devel@nongnu.org; Sun, 09 Jul 2017 16:38:01 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:33122) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUIxq-00019M-Bb for qemu-devel@nongnu.org; Sun, 09 Jul 2017 16:37:58 -0400 Received: by mail-pg0-f47.google.com with SMTP id k14so39436878pgr.0 for ; Sun, 09 Jul 2017 13:37:58 -0700 (PDT) Sender: Richard Henderson References: <1499586614-20507-1-git-send-email-cota@braap.org> <1499586614-20507-16-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: Date: Sun, 9 Jul 2017 10:36:53 -1000 MIME-Version: 1.0 In-Reply-To: <1499586614-20507-16-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 15/22] gen-icount: fold exitreq_label into TCGContext List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org On 07/08/2017 09:50 PM, Emilio G. Cota wrote: > Before we make TCGContext thread-local. > > Signed-off-by: Emilio G. Cota > --- > include/exec/gen-icount.h | 7 +++---- > tcg/tcg.h | 2 ++ > 2 files changed, 5 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~