From nobody Thu Nov 6 10:38:56 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1540489249967378.64191060712324; Thu, 25 Oct 2018 10:40:49 -0700 (PDT) Received: from localhost ([::1]:56107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFjcj-0007zR-SA for importer@patchew.org; Thu, 25 Oct 2018 13:40:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFjKi-0006h0-SW 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-0000Ih-Td for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:21:59 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:39503) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFjKU-00008b-AW for qemu-devel@nongnu.org; Thu, 25 Oct 2018 13:21:56 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C7BC0221F0; Thu, 25 Oct 2018 13:21:14 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 25 Oct 2018 13:21:14 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 51831E47CB; Thu, 25 Oct 2018 13:21:14 -0400 (EDT) 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=Glw9hWjrgcyz5ShDqD0rAzNcCeB3f35Bwo88MCFIC7g=; b=qv6ML WBQL2AQuWUkZOFx5HuUDBWkL0QhAdvRPIPuX57J5ax4Hjkyc7OGBBclYdFmBKQDF e/KVeIrtuYQM42hegUOpsRHdKD5XHR66rZR1az9zj/AoQrhiEsbqlSlnCzoQ9n4u AOJUe5E+rElQ/AAE80BuTme3hkvxNBxdg7LHgI= 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=Glw9hWjrgcyz5ShDqD0rAzNcCeB3f 35Bwo88MCFIC7g=; b=uiTaInV7sZ+koguM5Zd3nl1YmpTgWP+FKx7GQdLz4c4uw bQKyWUfVhQH1odFThBjZat0ynQlbjy0TPGLuixAPUdmpJBd7puGu3PwdYA3A2TC8 0uaRXOEjbpFjfc+Rfj9+jXehrqAA1rbl52TDJOv3JVH4ngXt12YT5t5q7PCqqD2n InLYp2M3Cc+KgvG3wU0hbcjUCtd/RVHAv4O3SJbV8nLaowE+jPktsKd8ofQhYdLi c3vHrdI7Nx+L3pVb8hd4v+Q2N5cJfkneQRsRvVlwnlZqhkhbptnmtJY1EGKyNPRK 5DKoOyn3x7x6iMC4URudjUy+2tX1pU7kX6Aca+tig== X-ME-Sender: X-ME-Proxy: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Thu, 25 Oct 2018 13:20:42 -0400 Message-Id: <20181025172057.20414-34-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 33/48] target/riscv: prepare for 2-pass translation 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=20Benn=C3=A9e?= , =?UTF-8?q?Llu=C3=ADs=20Vilanova?= , Pavel Dovgalyuk , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Emilio G. Cota --- target/riscv/translate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/riscv/translate.c b/target/riscv/translate.c index a33cf6802b..6f5be8e7d7 100644 --- a/target/riscv/translate.c +++ b/target/riscv/translate.c @@ -1851,6 +1851,7 @@ static void riscv_tr_translate_insn(DisasContextBase = *dcbase, CPUState *cpu, =20 ctx->opcode =3D cpu_ldl_code(env, ctx->base.pc_next); decode_opc(env, ctx); + qemu_plugin_insn_append(plugin_insn, &ctx->opcode, sizeof(ctx->opcode)= ); ctx->base.pc_next =3D ctx->pc_succ_insn; =20 if (ctx->base.is_jmp =3D=3D DISAS_NEXT) { @@ -1892,6 +1893,8 @@ static const TranslatorOps riscv_tr_ops =3D { .translate_insn =3D riscv_tr_translate_insn, .tb_stop =3D riscv_tr_tb_stop, .disas_log =3D riscv_tr_disas_log, + .ctx_base_offset =3D offsetof(DisasContext, base), + .ctx_size =3D sizeof(DisasContext), }; =20 void gen_intermediate_code(CPUState *cs, TranslationBlock *tb) --=20 2.17.1