Re: [PATCH v2 19/24] accel/tcg: Modifies memory access functions to use CPUState

2023-09-13 Thread Philippe Mathieu-Daudé
On 14/9/23 04:44, Richard Henderson wrote: From: Anton Johansson do_[ld|st]*() and mmu_lookup*() are changed to use CPUState over CPUArchState, moving the target-dependence to the target-facing facing cpu_[ld|st] functions. Signed-off-by: Anton Johansson Message-Id: <20230912153428.17816-6-a.

[PATCH v2 19/24] accel/tcg: Modifies memory access functions to use CPUState

2023-09-13 Thread Richard Henderson
From: Anton Johansson do_[ld|st]*() and mmu_lookup*() are changed to use CPUState over CPUArchState, moving the target-dependence to the target-facing facing cpu_[ld|st] functions. Signed-off-by: Anton Johansson Message-Id: <20230912153428.17816-6-a...@rev.ng> Reviewed-by: Richard Henderson [r