On 04.11.2020 20:31, Cornelia Huck wrote:
On Mon, 02 Nov 2020 12:26:59 +0300
Pavel Dovgalyuk <pavel.dovgal...@ispras.ru> 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 <pavel.dovgal...@ispras.ru>
---
v2:
- added IF_IO flag to reuse icount code in translate_one()
(suggested by Richard Henderson)
---
target/s390x/insn-data.def | 70 ++++++++++++++++++++++----------------------
target/s390x/translate.c | 15 +++++++++
2 files changed, 50 insertions(+), 35 deletions(-)
<looking for s390x patches to pick>
So, will there be a v3, or should I pick this one?
Sent v3, please take that one.
Pavel Dovgalyuk