Re: [PATCH v2 40/54] target/microblaze: Convert to TCGCPUOps.tlb_fill_align

2024-11-14 Thread Pierrick Bouvier
On 11/14/24 08:01, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/microblaze/cpu.h| 7 +++ target/microblaze/cpu.c| 2 +- target/microblaze/helper.c | 33 - 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/t

[PATCH v2 40/54] target/microblaze: Convert to TCGCPUOps.tlb_fill_align

2024-11-14 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/microblaze/cpu.h| 7 +++ target/microblaze/cpu.c| 2 +- target/microblaze/helper.c | 33 - 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h i