plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
commit34e5e1dde5b9760936a6e2426f5ff0d55a0695b0
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 4 Apr 2024 23:35:43 +0000 (4 13:35 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 06:55:18 +0000 (15 08:55 +0200)
treef40673b5cb1d8250690d594bf20b666011c5af64
parente763953a2445770bb5d1653d0c258dca5a6de5e2
plugins: Merge  alloc_tcg_plugin_context into plugin_gen_tb_start

We don't need to allocate plugin context at startup,
we can wait until we actually use it.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
tcg/tcg.c