From patchwork Thu Oct 25 17:20:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emilio Cota X-Patchwork-Id: 10656239 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3176A109C for ; Thu, 25 Oct 2018 17:27:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1BDFF2C1AD for ; Thu, 25 Oct 2018 17:27:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0F9892C1DE; Thu, 25 Oct 2018 17:27:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id AA83D2C1DB for ; Thu, 25 Oct 2018 17:27:15 +0000 (UTC) Received: from localhost ([::1]:56044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFjPe-0003Ho-Th for patchwork-qemu-devel@patchwork.kernel.org; Thu, 25 Oct 2018 13:27:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFjKi-0006ho-Vn for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFjKX-0000IN-Ie for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:21:59 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37637) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFjKU-00007U-7C for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:21:54 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5B828221EA; Thu, 25 Oct 2018 13:21:13 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 25 Oct 2018 13:21:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h= from:to:cc:subject:date:message-id:in-reply-to:references; s= mesmtp; bh=+5M00HdujBuSkMjR0HFh7RlV448o6SDN7DfXoWBp1kI=; b=K/Cyq 5RNs9Z7czer2gYGZPIclg6V1hUHVZgBwIY8LuihKUkNaQjTlSiCczzEtc3GuUya2 Jc+KKnj3e8WddaIi9O00Mkc9C0SlyXt+GEmdYubEe51HRDpkuhFfqiViaK62zTqq /Gmj0babg4OU0WhdNWKJOSP+7k6bK27wAriJNc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=+5M00HdujBuSkMjR0HFh7RlV448o6 SDN7DfXoWBp1kI=; b=Mjh4CEcEOaVGVAGGcqSHoBKWOIY6gxOLTetcBGH0Pxwr9 IoXzzwBZtEBe1VDDK2GLzi72WfFZwMvcZw+ykH0gsL9SLBKnYk3i/wgURTo6cH4O cmeIbHxciupQH2NXgUX/XhweGAtxa/PVs6rv/nV5NpP9HKJXVqcN83mMiD3UfYLz sEm6p77b0cunYAxt4taXZ5Qw3QqHSYwpLUd8wrsvToyYobDo3x1I6vcEpBECwoyu 8Lfwx5GmVLFPf3t1Wwl2xH5z+RvGYg+0yEexEgFeqv19slGDbFQHQSjuc+QcxOWb pR0kbfzBpHuu++uzJPAMAmC657+DYDOBVq/Z68Geg== X-ME-Sender: X-ME-Proxy: Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id EE9F8E47CB; Thu, 25 Oct 2018 13:21:12 -0400 (EDT) From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Thu, 25 Oct 2018 13:20:36 -0400 Message-Id: <20181025172057.20414-28-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181025172057.20414-1-cota@braap.org> References: <20181025172057.20414-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 Subject: [Qemu-devel] [RFC 27/48] target/sh4: prepare for 2-pass translation (WIP) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , =?utf-8?q?Alex_Benn=C3=A9e?= , =?utf-8?q?Llu=C3=ADs?= =?utf-8?q?_Vilanova?= , Pavel Dovgalyuk , Stefan Hajnoczi Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP XXX: cleanly get the gUSA instructions Signed-off-by: Emilio G. Cota --- target/sh4/translate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/sh4/translate.c b/target/sh4/translate.c index ea88d46c04..a3b0fb46a2 100644 --- a/target/sh4/translate.c +++ b/target/sh4/translate.c @@ -2333,6 +2333,7 @@ static void sh4_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs, #endif ctx->opcode = cpu_lduw_code(env, ctx->base.pc_next); + qemu_plugin_insn_append(plugin_insn, &ctx->opcode, sizeof(ctx->opcode)); decode_opc(ctx); ctx->base.pc_next += 2; } @@ -2381,6 +2382,8 @@ static const TranslatorOps sh4_tr_ops = { .translate_insn = sh4_tr_translate_insn, .tb_stop = sh4_tr_tb_stop, .disas_log = sh4_tr_disas_log, + .ctx_base_offset = offsetof(DisasContext, base), + .ctx_size = sizeof(DisasContext), }; void gen_intermediate_code(CPUState *cs, TranslationBlock *tb)