mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
tcg: Create tcg_init
Perform both tcg_context_init and tcg_region_init. Do not leave this split to the caller. Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7109ef15c5
commit
a76aabd37b
4 changed files with 11 additions and 5 deletions
|
@ -30,6 +30,7 @@
|
|||
extern TCGContext **tcg_ctxs;
|
||||
extern unsigned int n_tcg_ctxs;
|
||||
|
||||
void tcg_region_init(size_t tb_size, int splitwx);
|
||||
bool tcg_region_alloc(TCGContext *s);
|
||||
void tcg_region_initial_alloc(TCGContext *s);
|
||||
void tcg_region_prologue_set(TCGContext *s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue