From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
To: qemu-devel@nongnu.org
Cc: kbastian@mail.uni-paderborn.de, richard.henderson@linaro.org
Subject: [PATCH v3 0/8] TriCore Privilege Levels
Date: Wed, 21 Jun 2023 12:19:42 +0200 [thread overview]
Message-ID: <20230621101950.1645420-1-kbastian@mail.uni-paderborn.de> (raw)
Hi,
this patch series tries to properly implement privilege levels for the TriCore,
as discussed in
https://lore.kernel.org/qemu-devel/20230118090319.32n4uto7ogy3gfr6@schnipp.zuhause/.
While implementing privilege traps for the SV/UM1 only insns, I saw that
the RESTORE insn uses the wrong ICR.IE bit. So I fixed that as well.
Cheers,
Bastian
v1 -> v2:
- Fixed bug where JLI clobbered reg A[11] | PATCH [01/08]
- Moved all calls to tcg_gen_exit_tb() to | PATCH [02/08]
tricore_tr_tb_stop() |
- Enable/disable insns now exit to main-loop | PATCH [03/08]
- Indirect jumps us tcg_gen_lookup_and_goto_ptr() | PATCH [04/08]
- Removed (uint32_t) cast | PATCH [05/08]
- Removed psw_write() calling cpu_loop_exit() | PATCH [07/08]
v2 -> v3:
- DISABLE insns don't end the TB | PATCH [03/08]
- generate_trap() for indirct jump now set | PATCH [04/08]
DISAS_NORETURN |
Bastian Koppelmann (8):
target/tricore: Fix RR_JLI clobbering reg A[11]
target/tricore: Introduce DISAS_TARGET_EXIT
target/tricore: ENABLE/DISABLE exit to main-loop
target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()
target/tricore: Introduce priv tb flag
target/tricore: Implement privilege level for all insns
target/tricore: Honour privilege changes on PSW write
target/tricore: Fix ICR.IE offset in RESTORE insn
target/tricore/cpu.h | 17 +++++--
target/tricore/translate.c | 97 ++++++++++++++++++++++++++------------
2 files changed, 78 insertions(+), 36 deletions(-)
--
2.40.1
next reply other threads:[~2023-06-21 10:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 10:19 Bastian Koppelmann [this message]
2023-06-21 10:19 ` [PATCH v3 1/8] target/tricore: Fix RR_JLI clobbering reg A[11] Bastian Koppelmann
2023-06-21 10:19 ` [PATCH v3 2/8] target/tricore: Introduce DISAS_TARGET_EXIT Bastian Koppelmann
2023-06-21 10:19 ` [PATCH v3 3/8] target/tricore: ENABLE exit to main-loop Bastian Koppelmann
2023-06-21 10:19 ` [PATCH v3 4/8] target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr() Bastian Koppelmann
2023-06-21 11:05 ` Richard Henderson
2023-06-21 10:19 ` [PATCH v3 5/8] target/tricore: Introduce priv tb flag Bastian Koppelmann
2023-06-21 10:19 ` [PATCH v3 6/8] target/tricore: Implement privilege level for all insns Bastian Koppelmann
2023-06-21 10:19 ` [PATCH v3 7/8] target/tricore: Honour privilege changes on PSW write Bastian Koppelmann
2023-06-21 10:19 ` [PATCH v3 8/8] target/tricore: Fix ICR.IE offset in RESTORE insn Bastian Koppelmann
2023-06-21 11:06 ` Richard Henderson
2023-06-21 14:19 ` 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=20230621101950.1645420-1-kbastian@mail.uni-paderborn.de \
--to=kbastian@mail.uni-paderborn.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).