Re: [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler

2017-10-21 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler Message-id: 20171019155146.30434-1-richard.hender...@linaro.org === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

Re: [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler

2017-10-19 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. Type: series Message-id: 20171019155146.30434-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH v6 0/9] Support the

Re: [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler

2017-10-19 Thread Daniel P. Berrange
On Thu, Oct 19, 2017 at 04:54:59PM +0100, Peter Maydell wrote: > On 19 October 2017 at 16:51, Richard Henderson > wrote: > > Changes since v5: > > * Rearranged how we choose git submodule vs system installed library. > > By default, the system library will be used, if present; > > Follow

Re: [Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler

2017-10-19 Thread Peter Maydell
On 19 October 2017 at 16:51, Richard Henderson wrote: > Changes since v5: > * Rearranged how we choose git submodule vs system installed library. > By default, the system library will be used, if present; > Followed by git submodule, if present; > Followed by not-git submodule, if fo

[Qemu-devel] [PATCH v6 0/9] Support the Capstone disassembler

2017-10-19 Thread Richard Henderson
Changes since v5: * Rearranged how we choose git submodule vs system installed library. By default, the system library will be used, if present; Followed by git submodule, if present; Followed by not-git submodule, if for some reason a tarball contained it. * Force the decision one