Re: [PATCH] target/hexagon: Implement CPUState.mmu_index

2025-04-05 Thread Richard Henderson
On 4/3/25 08:49, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/hexagon/cpu.c | 6 ++ 1 file changed, 6 insertions(+) I meant to add, this is to enable some of the other single-binary cleanups, wherein implementation of CPUState.mmu_index becomes mandatory. r~

Re: [PATCH] target/hexagon: Implement CPUState.mmu_index

2025-04-03 Thread Philippe Mathieu-Daudé
On 3/4/25 17:49, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/hexagon/cpu.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index 766b678651..59fc9ed698 100644 --- a/target/hexagon/cpu.c +++ b/target/hexagon/cpu.c @

Re: [PATCH] target/hexagon: Implement CPUState.mmu_index

2025-04-03 Thread Brian Cain
On 4/3/2025 10:49 AM, Richard Henderson wrote: Signed-off-by: Richard Henderson --- Reviewed-by: Brian Cain target/hexagon/cpu.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index 766b678651..59fc9ed698 100644 --- a/target/hexag

[PATCH] target/hexagon: Implement CPUState.mmu_index

2025-04-03 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/hexagon/cpu.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index 766b678651..59fc9ed698 100644 --- a/target/hexagon/cpu.c +++ b/target/hexagon/cpu.c @@ -313,6 +313,11 @@ static void hexagon_cpu_re