]> Git Repo - qemu.git/commit
target/s390x: fix execution with icount
authorPavel Dovgalyuk <[email protected]>
Thu, 5 Nov 2020 05:51:57 +0000 (08:51 +0300)
committerCornelia Huck <[email protected]>
Thu, 5 Nov 2020 10:20:34 +0000 (11:20 +0100)
commit5e49e89cb6e71c8bc06fe9dd1afd4037917b10bb
treefc214e51308301fb38e39f2e89db758806543201
parent5e592947de2d12f6696ccea0472b833ecaffc204
target/s390x: fix execution with icount

This patch adds some gen_io_start() calls to allow execution
of s390x targets in icount mode with -smp 1.
It enables deterministic timers and record/replay features.

Suggested-by: Richard Henderson <[email protected]>
Signed-off-by: Pavel Dovgalyuk <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Message-Id: <160455551747.32240.17074484658979970129.stgit@pasha-ThinkPad-X280>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/insn-data.def
target/s390x/translate.c
This page took 0.025651 seconds and 4 git commands to generate.