Hi,
This series failed build test on s390x host. Please find the details below.
Type: series
Message-id: 20171031104813.3079.66585.stgit@pasha-VirtualBox
Subject: [Qemu-devel] [RFCPATCH06/20] replay: fix save/load vm for non-empty
queue
=== TEST SCRIPT BEGIN ===
#!/bin/bash
# Testing script
Hi,
This series failed automatic build test. Please find the testing commands and
their output below. If you have docker installed, you can probably reproduce it
locally.
Subject: [Qemu-devel] [RFCPATCH06/20] replay: fix save/load vm for non-empty
queue
Type: series
Message-id
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [RFCPATCH06/20] replay: fix save/load vm for non-empty
queue
Type: series
Message-id: 20171031104813.3079.66585.stgit@pasha-VirtualBox
=== TEST SCRIPT BEGIN ===
#!/bin/bash
This patch does not allows saving/loading vmstate when
replay events queue is not empty. There is no reliable
way to save events queue, because it describes internal
coroutine state. Therefore saving and loading operations
should be deferred to another record/replay step.
Signed-off-by: Pavel Dovg