Re: [PATCH v3] target/s390x: fix execution with icount

2020-11-05 Thread Cornelia Huck
On Thu, 05 Nov 2020 08:51:57 +0300 Pavel Dovgalyuk wrote: > 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. > > Signed-off-by: Pavel Dovgalyuk > Suggested-by: Richard Hender

[PATCH v3] target/s390x: fix execution with icount

2020-11-04 Thread Pavel Dovgalyuk
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. Signed-off-by: Pavel Dovgalyuk Suggested-by: Richard Henderson Acked-by: David Hildenbrand Reviewed-by: Richard Henderson ---