From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dE1iZ-0002c4-KB for qemu-devel@nongnu.org; Thu, 25 May 2017 18:58:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dE1iY-0000np-Q8 for qemu-devel@nongnu.org; Thu, 25 May 2017 18:58:55 -0400 Received: from hall.aurel32.net ([2001:bc8:30d7:100::1]:38218) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dE1iY-0000nZ-Jl for qemu-devel@nongnu.org; Thu, 25 May 2017 18:58:54 -0400 Date: Fri, 26 May 2017 00:58:52 +0200 From: Aurelien Jarno Message-ID: <20170525225852.nxa5yvou2obkqsm3@aurel32.net> References: <20170524220827.21154-1-rth@twiddle.net> <20170524220827.21154-4-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524220827.21154-4-rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH 3/4] target/s390x: Implement EXECUTE via new TranslationBlock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, thuth@redhat.com On 2017-05-24 15:08, Richard Henderson wrote: > Previously, helper_ex would construct the insn and then implement > the insn via direct calls other helpers. This was sufficient to > boot Linux but that is all. > > It is easy enough to go the whole nine yards by stashing state for > EXECUTE within the cpu, and then rely on a new TB to be created > that properly and completely interprets the insn. > > Signed-off-by: Richard Henderson > --- > target/s390x/cpu.h | 4 +- > target/s390x/helper.c | 5 ++ > target/s390x/machine.c | 19 ++++++++ > target/s390x/mem_helper.c | 118 +++++----------------------------------------- > target/s390x/translate.c | 80 ++++++++++++++++++------------- > 5 files changed, 85 insertions(+), 141 deletions(-) Reviewed-by: Aurelien Jarno -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurelien@aurel32.net http://www.aurel32.net