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

2020-11-02 Thread Pavel Dovgalyuk
On 30.10.2020 19:21, Richard Henderson wrote: On 10/30/20 1:36 AM, 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. Thanks for pointing this out. There a

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

2020-11-02 Thread David Hildenbrand
On 30.10.20 17:21, Richard Henderson wrote: On 10/30/20 1:36 AM, 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. Thanks for pointing this out. There are

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

2020-10-30 Thread Richard Henderson
On 10/30/20 1:36 AM, 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. Thanks for pointing this out. There are enough of these that I think it would be

[PATCH] target/s390x: fix execution with icount

2020-10-30 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 --- 0 files changed diff --git a/target/s390x/translate.c b/target/s390x/translate.c index ac10f42