unicorn/qemu/include/qom
Richard Henderson 5d360366e9
tcg: Add CPUState cflags_next_tb
We were generating code during tb_invalidate_phys_page_range,
check_watchpoint, cpu_io_recompile, and (seemingly) discarding
the TB, assuming that it would magically be picked up during
the next iteration through the cpu_exec loop.

Instead, record the desired cflags in CPUState so that we request
the proper TB so that there is no more magic.

Backports commit 9b990ee5a3cc6aa38f81266fb0c6ef37a36c45b9 from qemu
2018-03-13 14:39:43 -04:00
..
cpu.h tcg: Add CPUState cflags_next_tb 2018-03-13 14:39:43 -04:00
object.h machine: Set MachineClass::name automatically 2018-03-11 14:38:58 -04:00
qom-qobject.h import 2015-08-21 15:04:50 +08:00