Re: [PATCH 3/4] target/arm/ptw: extract arm_cpu_get_phys_page

2025-04-11 Thread Philippe Mathieu-Daudé
On 10/4/25 23:00, Pierrick Bouvier wrote: Allow to call that function easily several times in next commit. Signed-off-by: Pierrick Bouvier --- target/arm/ptw.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 3/4] target/arm/ptw: extract arm_cpu_get_phys_page

2025-04-10 Thread Pierrick Bouvier
Allow to call that function easily several times in next commit. Signed-off-by: Pierrick Bouvier --- target/arm/ptw.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index 754ef0d3a25..6ea39ee5755 100644 --- a/tar