From 44ded3d04821bec57407cc26a8b4db620da2be04 Mon Sep 17 00:00:00 2001 From: Emilio G. Cota Date: Fri, 23 Jun 2017 20:04:43 -0400 Subject: tcg: take tb_ctx out of TCGContext Groundwork for supporting multiple TCG contexts. Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Signed-off-by: Richard Henderson --- include/exec/tb-context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3-55-g7522