unicorn/qemu/accel
Emilio G. Cota 1be7b55bb4
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.

Backports commit df2cce2968069526553d82331ce9817eaca6b03a from qemu
2018-03-14 12:10:25 -04:00
..
tcg tcg: introduce **tcg_ctxs to keep track of all TCGContext's 2018-03-14 12:10:25 -04:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00