From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQk8M-000784-RV for qemu-devel@nongnu.org; Thu, 29 Jun 2017 20:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQk8I-00054N-63 for qemu-devel@nongnu.org; Thu, 29 Jun 2017 20:50:06 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37899) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQk8I-00053S-1K for qemu-devel@nongnu.org; Thu, 29 Jun 2017 20:50:02 -0400 Date: Thu, 29 Jun 2017 20:50:01 -0400 From: "Emilio G. Cota" Message-ID: <20170630005001.GL13979@flamenco> References: <149865219962.17063.10630533069463266646.stgit@frigg.lan> <149865510456.17063.14029858939919926288.stgit@frigg.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <149865510456.17063.14029858939919926288.stgit@frigg.lan> Subject: Re: [Qemu-devel] [PATCH v11 12/29] target/i386: [tcg] Refactor disas_log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: qemu-devel@nongnu.org, Alex =?iso-8859-1?Q?Benn=E9e?= , Richard Henderson , Peter Crosthwaite , Paolo Bonzini , Eduardo Habkost On Wed, Jun 28, 2017 at 16:05:04 +0300, Lluís Vilanova wrote: > Incrementally paves the way towards using the generic instruction translation > loop. > > Signed-off-by: Lluís Vilanova Reviewed-by: Emilio G. Cota E.