On 07/19/2017 05:09 PM, Emilio G. Cota wrote:
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.

Signed-off-by: Emilio G. Cota<c...@braap.org>
---
  tcg/tcg.c | 4 ++++
  1 file changed, 4 insertions(+)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to