Re: [PATCH v6 15/18] include/hw/core: Create struct CPUJumpCache

2022-10-03 Thread Alex Bennée
Richard Henderson writes: > Wrap the bare TranslationBlock pointer into a structure. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > accel/tcg/tb-hash.h | 1 + > accel/tcg/tb-jmp-cache.h | 24 > include/exec/cpu-common.h |

[PATCH v6 15/18] include/hw/core: Create struct CPUJumpCache

2022-09-30 Thread Richard Henderson
Wrap the bare TranslationBlock pointer into a structure. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- accel/tcg/tb-hash.h | 1 + accel/tcg/tb-jmp-cache.h | 24 include/exec/cpu-common.h | 1 + include/hw/core/cpu.h | 15 +