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

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

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

2017-09-27 Thread Richard Henderson
On 09/26/2017 01:14 PM, Richard Henderson wrote: > Richard Henderson (9): > target/i386: Convert to disas_set_info hook > target/ppc: Convert to disas_set_info hook > disas: Remove unused flags arguments > disas: Support the Capstone disassembler library > i386: Support Capstone in disas_

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

2017-09-26 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: 20170926201427.2833-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH v3 0/9] Support the

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

2017-09-26 Thread Richard Henderson
Changes since v2: * Fix a minor buglet in the monitor disassembly * Add capstone as a submodule, preferring that when present. The submodule idea came from discussion with PMM. The idea is that we would potentially remove the old binutils code, and libvxil, and rely on capstone entirely. Whi