RE: [PATCH v3 11/28] tcg: Create tcg_init

2021-06-09 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Perform both tcg_context_init and tcg_region_init. > Do not leave this split to the caller. > > Signed-off-by: Richard Henderson > --- > include/tcg/tcg.h | 3 +-- > tcg/internal.h| 1 + > accel/tcg/translate-all.c | 3 +-- > tcg/tcg.c

Re: [PATCH v3 11/28] tcg: Create tcg_init

2021-06-08 Thread Alex Bennée
Richard Henderson writes: > Perform both tcg_context_init and tcg_region_init. > Do not leave this split to the caller. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v3 11/28] tcg: Create tcg_init

2021-05-02 Thread Richard Henderson
Perform both tcg_context_init and tcg_region_init. Do not leave this split to the caller. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 3 +-- tcg/internal.h| 1 + accel/tcg/translate-all.c | 3 +-- tcg/tcg.c | 9 - 4 files changed, 11 inser