From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: Richard Henderson <richard.henderson@linaro.org>
Subject: Re: [PATCH] accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx
Date: Wed, 15 Oct 2025 11:04:32 -0700 [thread overview]
Message-ID: <f50ee036-8c6a-46c6-bd9d-9cad63c20229@linaro.org> (raw)
In-Reply-To: <20251010031745.37528-1-philmd@linaro.org>
On 10/9/25 8:17 PM, Philippe Mathieu-Daudé wrote:
> tcg_gen_goto_tb() takes an unsigned index to the TB slot (0 or 1).
> Declare the argument as unsigned and rename it as @tb_slot_idx
> (which is more descriptive than @n) on all targets.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> target/alpha/translate.c | 8 ++++----
> target/arm/tcg/translate-a64.c | 8 ++++----
> target/arm/tcg/translate.c | 8 ++++----
> target/avr/translate.c | 7 ++++---
> target/hexagon/translate.c | 8 ++++----
> target/loongarch/tcg/translate.c | 7 ++++---
> target/microblaze/translate.c | 7 ++++---
> target/mips/tcg/translate.c | 7 ++++---
> target/ppc/translate.c | 7 ++++---
> target/riscv/translate.c | 9 +++++----
> target/rx/translate.c | 7 ++++---
> target/sh4/translate.c | 7 ++++---
> target/sparc/translate.c | 6 +++---
> target/tricore/translate.c | 7 ++++---
> 14 files changed, 56 insertions(+), 47 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
next prev parent reply other threads:[~2025-10-15 18:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-10 3:17 [PATCH] accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx Philippe Mathieu-Daudé
2025-10-15 16:52 ` Philippe Mathieu-Daudé
2025-10-15 17:32 ` Richard Henderson
2025-10-15 18:04 ` Pierrick Bouvier [this message]
2025-10-16 12:14 ` Philippe Mathieu-Daudé
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=f50ee036-8c6a-46c6-bd9d-9cad63c20229@linaro.org \
--to=pierrick.bouvier@linaro.org \
--cc=philmd@linaro.org \
--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).