Re: [PATCH 10/26] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c

2021-03-13 Thread Richard Henderson
On 3/10/21 6:21 PM, Richard Henderson wrote: Buffer management is integral to tcg. Do not leave the allocation to code outside of tcg/. This is code movement, with further cleanups to follow. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 2 +- accel/tcg/translate-all.c

[PATCH 10/26] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c

2021-03-10 Thread Richard Henderson
Buffer management is integral to tcg. Do not leave the allocation to code outside of tcg/. This is code movement, with further cleanups to follow. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 2 +- accel/tcg/translate-all.c | 414 + tcg