Re: [PATCH v3 16/39] accel/tcg: Modify tlb_*() to use CPUState

2023-09-19 Thread Philippe Mathieu-Daudé
On 16/9/23 23:41, Richard Henderson wrote: From: Anton Johansson Changes tlb_*() functions to take CPUState instead of CPUArchState, as they don't require the full CPUArchState. This makes it easier to decouple target-(in)dependent code. Signed-off-by: Anton Johansson Message-Id:

[PATCH v3 16/39] accel/tcg: Modify tlb_*() to use CPUState

2023-09-16 Thread Richard Henderson
From: Anton Johansson Changes tlb_*() functions to take CPUState instead of CPUArchState, as they don't require the full CPUArchState. This makes it easier to decouple target-(in)dependent code. Signed-off-by: Anton Johansson Message-Id: <20230912153428.17816-4-a...@rev.ng> Reviewed-by: