qemu/target/openrisc
Stafford Horne 6a0fc96ad2 target/openrisc: Enable MTTCG
This patch enables multithread TCG for OpenRISC.  Since the or1k shared
syncrhonized timer can be updated from each vCPU via helpers we use a
mutex to synchronize updates.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
2022-09-04 07:02:57 +01:00
..
cpu-param.h
cpu.c
cpu.h target/openrisc: Enable MTTCG 2022-09-04 07:02:57 +01:00
disas.c
exception_helper.c
exception.c
exception.h
fpu_helper.c
gdbstub.c
helper.h
insns.decode
interrupt_helper.c
interrupt.c target/openrisc: Add interrupted CPU to log 2022-09-04 07:02:57 +01:00
Kconfig
machine.c
meson.build
mmu.c target/openrisc: Fix memory reading in debugger 2022-09-04 07:02:56 +01:00
sys_helper.c target/openrisc: Enable MTTCG 2022-09-04 07:02:57 +01:00
translate.c