Re: [PATCH v1 0/5] plugins/next

2020-02-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200207150118.23007-1-alex.ben...@linaro.org/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [PATCH v1 0/5] plugins/next

2020-02-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200207150118.23007-1-alex.ben...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v1 0/5] plugins/next Message-id: 20200207150118.23007-1-alex.ben...@linaro.org Type: series

[PATCH v1 0/5] plugins/next

2020-02-07 Thread Alex Bennée
Hi, A few bits and pieces for plugin cleanup. The most major thing in this series is tweaking the riscv decoder to only load the instruction bytes it needs. Alex Bennée (3): docs/devel: document query handle lifetimes target/riscv: progressively load the instruction during decode tests/plug