target/s390x: fix execution with icount
commit5e49e89cb6e71c8bc06fe9dd1afd4037917b10bb
authorPavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Thu, 5 Nov 2020 05:51:57 +0000 (5 08:51 +0300)
committerCornelia Huck <cohuck@redhat.com>
Thu, 5 Nov 2020 10:20:34 +0000 (5 11:20 +0100)
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 <richard.henderson@linaro.org>
Signed-off-by: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: David Hildenbrand <david@redhat.com>
Message-Id: <160455551747.32240.17074484658979970129.stgit@pasha-ThinkPad-X280>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
target/s390x/translate.c