From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PATCH v2 3/3] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc
Date: Sat, 5 Apr 2025 18:17:50 +0200 [thread overview]
Message-ID: <59283204-5780-4019-9ff4-00b0e886735f@linaro.org> (raw)
In-Reply-To: <20250405155054.967307-4-richard.henderson@linaro.org>
On 5/4/25 17:50, Richard Henderson wrote:
> Instead of having a compile-time TARGET_HAS_PRECISE_SMC definition,
> have each target set the 'precise_smc' field in the TCGCPUOps
> structure.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> include/accel/tcg/cpu-ops.h | 6 ++++++
> include/exec/poison.h | 1 -
> target/i386/cpu.h | 4 ----
> target/s390x/cpu.h | 2 --
> accel/tcg/tb-maint.c | 26 ++++++++++----------------
> target/i386/tcg/tcg-cpu.c | 1 +
> target/s390x/cpu.c | 1 +
> 7 files changed, 18 insertions(+), 23 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2025-04-05 16:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-05 15:50 [PATCH v2 0/3] tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc Richard Henderson
2025-04-05 15:50 ` [PATCH v2 1/3] accel/tcg: Add CPUState argument to page_unprotect Richard Henderson
2025-04-05 16:16 ` Philippe Mathieu-Daudé
2025-04-05 15:50 ` [PATCH v2 2/3] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind Richard Henderson
2025-04-05 16:16 ` Philippe Mathieu-Daudé
2025-04-05 15:50 ` [PATCH v2 3/3] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc Richard Henderson
2025-04-05 16:17 ` Philippe Mathieu-Daudé [this message]
2025-04-05 16:17 ` Richard Henderson
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=59283204-5780-4019-9ff4-00b0e886735f@linaro.org \
--to=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).