Re: [Qemu-devel] [RFC PATCH 0/4] add hand-rolled fallback when capstone fails

2018-08-15 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180808123934.17450-1-alex.ben...@linaro.org Subject: [Qemu-devel] [RFC PATCH 0/4] add hand-rolled fallback when capstone fails === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [RFC PATCH 0/4] add hand-rolled fallback when capstone fails

2018-08-08 Thread Alex Bennée
Hi, While capstone is actively maintained it hasn't managed to keep up to date with newer instructions as they have been added. While these should eventually be supported we need something in the meantime. This proof-of-concept series takes advantage of the fact we already have a parser for SVE i