From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erhfq-0005yM-LI for qemu-devel@nongnu.org; Fri, 02 Mar 2018 05:12:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erhfp-00021T-P0 for qemu-devel@nongnu.org; Fri, 02 Mar 2018 05:12:22 -0500 Date: Fri, 2 Mar 2018 11:12:01 +0100 From: Cornelia Huck Message-ID: <20180302111201.35ec8e8e.cohuck@redhat.com> In-Reply-To: <1519944838-12430-11-git-send-email-cota@braap.org> References: <1519944838-12430-1-git-send-email-cota@braap.org> <1519944838-12430-11-git-send-email-cota@braap.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv1 10/14] target/s390x: convert to DisasJumpType List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" Cc: qemu-devel@nongnu.org, Richard Henderson , David Hildenbrand , Alexander Graf , qemu-s390x@nongnu.org On Thu, 1 Mar 2018 17:53:54 -0500 "Emilio G. Cota" wrote: > The only non-trivial modification is the use of DISAS_TOO_MANY > in the same way is used by the generic translation loop. > > Reviewed-by: David Hildenbrand > Reviewed-by: Richard Henderson > Cc: David Hildenbrand > Cc: Cornelia Huck > Cc: Alexander Graf > Cc: qemu-s390x@nongnu.org > Signed-off-by: Emilio G. Cota > --- > target/s390x/translate.c | 1267 +++++++++++++++++++++++----------------------- > 1 file changed, 632 insertions(+), 635 deletions(-) Acked-by: Cornelia Huck