Re: [PATCH v2 18/24] accel/tcg: Modify probe_access_internal() to use CPUState

2023-09-13 Thread Philippe Mathieu-Daudé
On 14/9/23 04:44, Richard Henderson wrote: From: Anton Johansson probe_access_internal() is changed to instead take the generic CPUState over CPUArchState, in order to lessen the target-specific coupling of cputlb.c. Note: probe_access*() also don't need the full CPUArchState, but aren't touche

[PATCH v2 18/24] accel/tcg: Modify probe_access_internal() to use CPUState

2023-09-13 Thread Richard Henderson
From: Anton Johansson probe_access_internal() is changed to instead take the generic CPUState over CPUArchState, in order to lessen the target-specific coupling of cputlb.c. Note: probe_access*() also don't need the full CPUArchState, but aren't touched in this patch as they are target-facing. S