From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQka2-0000gR-4i for qemu-devel@nongnu.org; Thu, 29 Jun 2017 21:18:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQkZx-00080T-Az for qemu-devel@nongnu.org; Thu, 29 Jun 2017 21:18:42 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33507) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQkZw-0007zw-VM for qemu-devel@nongnu.org; Thu, 29 Jun 2017 21:18:37 -0400 Date: Thu, 29 Jun 2017 21:18:35 -0400 From: "Emilio G. Cota" Message-ID: <20170630011835.GN13979@flamenco> References: <149865219962.17063.10630533069463266646.stgit@frigg.lan> <149865316837.17063.1608754834009945976.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: <149865316837.17063.1608754834009945976.stgit@frigg.lan> Subject: Re: [Qemu-devel] [PATCH v11 04/29] target: [tcg] Add generic translation framework 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 On Wed, Jun 28, 2017 at 15:32:48 +0300, Lluís Vilanova wrote: > Signed-off-by: Lluís Vilanova > --- (snip) > /** > * DisasJumpType: > * @DISAS_NEXT: Next instruction in program order. > @@ -33,6 +65,78 @@ typedef enum DisasJumpType { > DISAS_TARGET_9, > DISAS_TARGET_10, > DISAS_TARGET_11, > + DISAS_TARGET_12, > + DISAS_TARGET_13, > + DISAS_TARGET_14, > } DisasJumpType; These belong in patch 3. E.