]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 13 Mar 2021 19:36:51 +0000 (13:36 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 00:42:40 +0000 (17:42 -0700)
commit42eb6dfcf135068aa6873e6e9f5f8afa77858914
tree7098d74f4bc234866ad2e733374c00dfdea70ddc
parentb7da02dad0f25928e688a5dce74a0f10fa120594
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/

These variables belong to the jit side, not the user side.

Since tcg_init_ctx is no longer used outside of tcg/, move
the declaration to tcg-internal.h.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/tcg.h
tcg/tcg-internal.h
tcg/tcg.c