From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: Anton Johansson <anjo@rev.ng>
Subject: Re: [PATCH 12/15] accel/tcg: Use vaddr for walk_memory_regions callback
Date: Thu, 24 Apr 2025 09:05:17 +0200 [thread overview]
Message-ID: <e07ad1ba-b534-46dd-ab8e-93c2fccd8b20@linaro.org> (raw)
In-Reply-To: <20250424011918.599958-13-richard.henderson@linaro.org>
On 24/4/25 03:19, Richard Henderson wrote:
> Use vaddr instead of target_ulong. At the same time,
> use int instead of unsigned long for flags, to match
> page_set_flags().
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> include/user/page-protection.h | 4 +---
> accel/tcg/user-exec.c | 10 +++++-----
> linux-user/elfload.c | 19 +++++++++----------
> linux-user/syscall.c | 8 ++++----
> 4 files changed, 19 insertions(+), 22 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2025-04-24 7:05 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-24 1:19 [PATCH 00/15] accel/tcg: Compile tb-maint.c twice Richard Henderson
2025-04-24 1:19 ` [PATCH 01/15] accel/tcg: Add CPUState argument to page_unprotect Richard Henderson
2025-04-25 19:27 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 02/15] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind Richard Henderson
2025-04-25 19:30 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 03/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__locked Richard Henderson
2025-04-24 6:54 ` Philippe Mathieu-Daudé
2025-04-25 19:31 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 04/15] accel/tcg: Merge tb_invalidate_phys_range{__locked} Richard Henderson
2025-04-24 6:57 ` Philippe Mathieu-Daudé
2025-04-25 19:35 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 05/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range Richard Henderson
2025-04-24 6:58 ` Philippe Mathieu-Daudé
2025-04-25 19:38 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 06/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast Richard Henderson
2025-04-24 6:58 ` Philippe Mathieu-Daudé
2025-04-25 19:39 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 07/15] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc Richard Henderson
2025-04-24 7:01 ` Philippe Mathieu-Daudé
2025-04-25 19:40 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 08/15] accel/tcg: Simplify CPU_TLB_DYN_MAX_BITS Richard Henderson
2025-04-25 19:41 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 09/15] accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS Richard Henderson
2025-04-25 19:42 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 10/15] accel/tcg: Merge internal-target.h into internal-common.h Richard Henderson
2025-04-24 7:02 ` Philippe Mathieu-Daudé
2025-04-25 19:42 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 11/15] accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target Richard Henderson
2025-04-24 7:03 ` Philippe Mathieu-Daudé
2025-04-25 19:43 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 12/15] accel/tcg: Use vaddr for walk_memory_regions callback Richard Henderson
2025-04-24 7:05 ` Philippe Mathieu-Daudé [this message]
2025-04-24 9:05 ` Philippe Mathieu-Daudé
2025-04-25 19:44 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 13/15] accel/tcg: Use vaddr in user/page-protection.h Richard Henderson
2025-04-25 19:45 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 14/15] include/exec: Move tb_invalidate_phys_range to translation-block.h Richard Henderson
2025-04-24 7:06 ` Philippe Mathieu-Daudé
2025-04-24 7:33 ` Philippe Mathieu-Daudé
2025-04-24 7:36 ` Philippe Mathieu-Daudé
2025-04-24 7:48 ` Philippe Mathieu-Daudé
2025-04-24 9:45 ` Philippe Mathieu-Daudé
2025-04-25 19:46 ` Pierrick Bouvier
2025-04-24 1:19 ` [PATCH 15/15] accel/tcg: Compile tb-maint.c twice Richard Henderson
2025-04-25 19:46 ` Pierrick Bouvier
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=e07ad1ba-b534-46dd-ab8e-93c2fccd8b20@linaro.org \
--to=philmd@linaro.org \
--cc=anjo@rev.ng \
--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).