diff options
| author | Emilio G. Cota <cota@braap.org> | 2017-06-23 20:04:43 -0400 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2017-10-24 13:53:42 -0700 |
| commit | 44ded3d04821bec57407cc26a8b4db620da2be04 (patch) | |
| tree | cf6ffd033d7638196bb8a7ce592dbbf6f4a48f9f /include/exec/tb-context.h | |
| parent | f19c6cc6fc356dab7a766b471ec5eb3058f0afc1 (diff) | |
| download | focaccia-qemu-44ded3d04821bec57407cc26a8b4db620da2be04.tar.gz focaccia-qemu-44ded3d04821bec57407cc26a8b4db620da2be04.zip | |
tcg: take tb_ctx out of TCGContext
Groundwork for supporting multiple TCG contexts. Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/tb-context.h')
| -rw-r--r-- | include/exec/tb-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/exec/tb-context.h b/include/exec/tb-context.h index 1fa8dcc737..1d41202485 100644 --- a/include/exec/tb-context.h +++ b/include/exec/tb-context.h @@ -41,4 +41,6 @@ struct TBContext { int tb_phys_invalidate_count; }; +extern TBContext tb_ctx; + #endif |