Searched hist:df2cce2968069526553d82331ce9817eaca6b03a (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | df2cce2968069526553d82331ce9817eaca6b03a Wed Jul 12 22:26:40 UTC 2017 Emilio G. Cota <cota@braap.org> tcg: introduce **tcg_ctxs to keep track of all TCGContext's
Groundwork for supporting multiple TCG contexts.
Note that having n_tcg_ctxs is unnecessary. However, it is convenient to have it, since it will simplify iterating over the array: we'll have just a for loop instead of having to iterate over a NULL-terminated array (which would require n+1 elems) or having to check with ifdef's for usermode/softmmu.
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>
|