Re: [PATCH v5 14/17] include/hw/core: Create struct CPUJumpCache

2022-09-29 Thread Alex Bennée
Richard Henderson writes: > On 9/29/22 06:46, Alex Bennée wrote: >> Richard Henderson writes: >> >>> Wrap the bare TranslationBlock pointer into a structure. >>> >>> Reviewed-by: Philippe Mathieu-Daudé >>> Signed-off-by: Richard Henderson >>> --- >>> include/hw/core/cpu.h | 8 ++--

Re: [PATCH v5 14/17] include/hw/core: Create struct CPUJumpCache

2022-09-29 Thread Richard Henderson
On 9/29/22 06:46, Alex Bennée wrote: Richard Henderson writes: Wrap the bare TranslationBlock pointer into a structure. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 8 ++-- accel/tcg/cpu-exec.c | 9 ++--- accel/tcg/cp

Re: [PATCH v5 14/17] include/hw/core: Create struct CPUJumpCache

2022-09-29 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 > --- > include/hw/core/cpu.h | 8 ++-- > accel/tcg/cpu-exec.c | 9 ++--- > accel/tcg/cputlb.c| 2 +- > acc

[PATCH v5 14/17] include/hw/core: Create struct CPUJumpCache

2022-09-25 Thread Richard Henderson
Wrap the bare TranslationBlock pointer into a structure. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 8 ++-- accel/tcg/cpu-exec.c | 9 ++--- accel/tcg/cputlb.c| 2 +- accel/tcg/translate-all.c | 4 ++-- 4 files change