unicorn/qemu/accel
Emilio G. Cota f593db445a
tcg: check CF_PARALLEL instead of parallel_cpus
Thereby decoupling the resulting translated code from the current state
of the system.

The tb->cflags field is not passed to tcg generation functions. So
we add a field to TCGContext, storing there a copy of tb->cflags.

Most architectures have <= 32 registers, which results in a 4-byte hole
in TCGContext. Use this hole for the new field.

Backports commit e82d5a2460b0e176128027651ff9b104e4bdf5cc from qemu
2018-03-13 15:17:59 -04:00
..
tcg tcg: check CF_PARALLEL instead of parallel_cpus 2018-03-13 15:17:59 -04:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00