Re: [PATCH 03/11] accel/tcg: Modify tlb_*() to use CPUState

2023-09-13 Thread Anton Johansson via
On 9/12/23 08:34, Anton Johansson wrote: 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 ---   include/exec/cpu_ldst.h |   8 +-   accel/

Re: [PATCH 03/11] accel/tcg: Modify tlb_*() to use CPUState

2023-09-12 Thread Richard Henderson
On 9/12/23 08:34, Anton Johansson wrote: 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 --- include/exec/cpu_ldst.h | 8 +- accel/tcg

[PATCH 03/11] accel/tcg: Modify tlb_*() to use CPUState

2023-09-12 Thread Anton Johansson via
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 --- include/exec/cpu_ldst.h | 8 +- accel/tcg/cputlb.c | 218 +++-