exec-all: extract tb->tc_* into a separate struct tc_tb
commite7e168f41364c6e83d0f75fc1b3ce7f9c41ccf76
authorEmilio G. Cota <cota@braap.org>
Wed, 12 Jul 2017 04:08:21 +0000 (12 00:08 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Oct 2017 14:37:10 +0000 (10 07:37 -0700)
treeb410b39788fef7c80343a770c26fce09e37b6bf2
parent6eb062abd66611333056633899d3f09c2e795f4c
exec-all: extract tb->tc_* into a separate struct tc_tb

In preparation for adding tc.size to be able to keep track of
TB's using the binary search tree implementation from glib.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tcg-runtime.c
accel/tcg/translate-all.c
include/exec/exec-all.h
tcg/tcg.c