Re: [PATCH v6 18/18] accel/tcg: Introduce TARGET_TB_PCREL

2022-10-03 Thread Alex Bennée
Richard Henderson writes: > Prepare for targets to be able to produce TBs that can > run in more than one virtual context. > > Signed-off-by: Richard Henderson > --- > accel/tcg/internal.h | 4 +++ > accel/tcg/tb-jmp-cache.h | 5 > include/exec/cpu-defs.h | 3 +++ > include/ex

[PATCH v6 18/18] accel/tcg: Introduce TARGET_TB_PCREL

2022-09-30 Thread Richard Henderson
Prepare for targets to be able to produce TBs that can run in more than one virtual context. Signed-off-by: Richard Henderson --- accel/tcg/internal.h | 4 +++ accel/tcg/tb-jmp-cache.h | 5 include/exec/cpu-defs.h | 3 +++ include/exec/exec-all.h | 32 -- ac