Re: [Qemu-devel] [PATCH v3 0/4] event: Add source information to SHUTDOWN

2017-04-27 Thread Eric Blake
On 04/27/2017 02:49 PM, no-re...@patchew.org wrote: > 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. > > CC util/buffer.o > In file included from > /usr/

Re: [Qemu-devel] [PATCH v3 0/4] event: Add source information to SHUTDOWN

2017-04-27 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v3 0/4] event: Add source information to SHUTDOWN Message-id: 20170427192211.30640-1-ebl...@redhat.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

Re: [Qemu-devel] [PATCH v3 0/4] event: Add source information to SHUTDOWN

2017-04-27 Thread no-reply
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] [PATCH v3 0/4] event: Add source information to SHUTDOWN Message-id: 20170427192211.30640-1-ebl

[Qemu-devel] [PATCH v3 0/4] event: Add source information to SHUTDOWN

2017-04-27 Thread Eric Blake
v2 was here: https://lists.gnu.org/archive/html/qemu-devel/2017-04/msg03185.html Since then: - turn it from one patch into a series - update iotests to pass (the combination of -qcow2, -file, and -nbd is sufficient to cover all the changed tests) - add cleanup patch to shutdown_signal initial valu