Re: [Qemu-devel] [PATCH v2] scripts: Add decodetree.py

2018-02-11 Thread no-reply
Hi, This series failed docker-quick@centos6 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: 20180211224656.12767-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH v2

Re: [Qemu-devel] [PATCH v2] scripts: Add decodetree.py

2018-02-11 Thread Richard Henderson
> Changes since v1: > * Pass pycodestyle-{2,3}. > * Support 16-bit and 32-bit insns (I have a def file for thumb1). For the record, here's the thumb1 definition. ./scripts/decodetree.py -w16 thumb1.def r~ %reg_0_77:1 0:3 @rd_rs .. rs:3 rd:3 @rt_rn_rm

[Qemu-devel] [PATCH v2] scripts: Add decodetree.py

2018-02-11 Thread Richard Henderson
To be used to decode ARM SVE, but could be used for any fixed-width ISA. Signed-off-by: Richard Henderson --- Changes since v1: * Pass pycodestyle-{2,3}. * Support 16-bit and 32-bit insns (I have a def file for thumb1). * Testsuite (only negative tests so