Re: [PATCH 06/37] include/exec: Inline *_data_ra memory operations

2025-03-13 Thread Richard Henderson
On 3/13/25 09:22, Alex Bennée wrote: Richard Henderson writes: These expand inline to the *_mmuidx_ra api with a lookup of the target's cpu_mmu_index(). Signed-off-by: Richard Henderson This is where my re-based bisect broke. Fixed by moving cpu.h modified target/ppc/tcg-excp_helper.c @

Re: [PATCH 06/37] include/exec: Inline *_data_ra memory operations

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: These expand inline to the *_mmuidx_ra api with a lookup of the target's cpu_mmu_index(). Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 144 +--- accel/tcg/ldst_common.c.inc | 108

Re: [PATCH 06/37] include/exec: Inline *_data_ra memory operations

2025-03-13 Thread Alex Bennée
Richard Henderson writes: > These expand inline to the *_mmuidx_ra api with > a lookup of the target's cpu_mmu_index(). > > Signed-off-by: Richard Henderson This is where my re-based bisect broke. Fixed by moving cpu.h modified target/ppc/tcg-excp_helper.c @@ -19,6 +19,7 @@ #include "qemu/o

[PATCH 06/37] include/exec: Inline *_data_ra memory operations

2025-03-12 Thread Richard Henderson
These expand inline to the *_mmuidx_ra api with a lookup of the target's cpu_mmu_index(). Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 144 +--- accel/tcg/ldst_common.c.inc | 108 --- 2 files changed, 118 insertions(+)