unicorn/qemu/target-m68k
Alex Bennée 780ed8722e
qom/cpu: move tlb_flush to cpu_common_reset
It is a common thing amongst the various cpu reset functions want to
flush the SoftMMU's TLB entries. This is done either by calling
tlb_flush directly or by way of a general memset of the CPU
structure (sometimes both).

This moves the tlb_flush call to the common reset function and
additionally ensures it is only done for the CONFIG_SOFTMMU case and
when tcg is enabled.

In some target cases we add an empty end_of_reset_fields structure to the
target vCPU structure so have a clear end point for any memset which
is resetting value in the structure before CPU_COMMON (where the TLB
structures are).

While this is a nice clean-up in general it is also a precursor for
changes coming to cputlb for MTTCG where the clearing of entries
can't be done arbitrarily across vCPUs. Currently the cpu_reset
function is usually called from the context of another vCPU as the
architectural power up sequence is run. By using the cputlb API
functions we can ensure the right behaviour in the future.

Backports commit 1f5c00cfdb8114c1e3a13426588ceb64f82c9ddb from qemu
2018-03-01 19:21:07 -05:00
..
cpu-qom.h target-m68k: make cpu-qom.h not target specific 2018-02-24 00:56:58 -05:00
cpu.c qom/cpu: move tlb_flush to cpu_common_reset 2018-03-01 19:21:07 -05:00
cpu.h qom/cpu: move tlb_flush to cpu_common_reset 2018-03-01 19:21:07 -05:00
helper.c target-m68k: Inline shifts 2018-03-01 12:11:10 -05:00
helper.h target-m68k: Implement bfffo 2018-03-01 19:10:59 -05:00
Makefile.objs del qemu/target-m68k/m68k-semi.c 2017-01-20 11:52:31 +08:00
op_helper.c target-m68k: Implement bfffo 2018-03-01 19:10:59 -05:00
qregs.def target-m68k: add 680x0 divu/divs variants 2018-03-01 11:38:53 -05:00
translate.c target-m68k: increment/decrement with SP 2018-03-01 19:16:22 -05:00
unicorn.c qemu-common: push cpu.h inclusion out of qemu-common.h 2018-02-24 01:50:56 -05:00
unicorn.h