From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
To: qemu-devel@nongnu.org
Cc: kbastian@mail.uni-paderborn.de, david.brenken@efs-auto.de,
richard.henderson@linaro.org
Subject: [Qemu-devel] [PATCH v2 0/5] tricore: Convert to translate_loop
Date: Wed, 21 Aug 2019 14:20:02 +0200 [thread overview]
Message-ID: <20190821122007.17448-1-kbastian@mail.uni-paderborn.de> (raw)
Hi,
I finally came around to port TriCore to the "new" translate_loop
infrastructure. This is necessary such that TriCore can be used in the upcoming
plugin API [1].
Cheers,
Bastian
[1] (https://lists.gnu.org/archive/html/qemu-devel/2019-06/msg03165.html)
v1 -> v2:
[03/05] Now also save hflags in tricore_tr_init_disas_context()
[04/05] New patch that raises EXCP_DEBUG for breakpoints, TriCore debug insns
[05/05] New patch that properly fetches 16 bit insns and does the page
boundary check.
Bastian Koppelmann (5):
target/tricore: Use DisasContextBase API
target-tricore: Make env a member of DisasContext
target/tricore: Use translate_loop
target/tricore: Implement a qemu excptions helper
target/tricore: Fix tricore_tr_translate_insn
target/tricore/helper.h | 1 +
target/tricore/op_helper.c | 7 +
target/tricore/translate.c | 581 ++++++++++++++++++++-----------------
3 files changed, 326 insertions(+), 263 deletions(-)
--
2.23.0
next reply other threads:[~2019-08-21 12:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-21 12:20 Bastian Koppelmann [this message]
2019-08-21 12:20 ` [Qemu-devel] [PATCH v2 1/5] target/tricore: Use DisasContextBase API Bastian Koppelmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190821122007.17448-1-kbastian@mail.uni-paderborn.de \
--to=kbastian@mail.uni-paderborn.de \
--cc=david.brenken@efs-auto.de \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).