Re: [PATCH] riscv: plic: Honour source priorities

2020-06-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200618193556.19459-1-jrt...@jrtc27.com/ Hi, This series failed the asan 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 === #!/bin/bash export

[PATCH] riscv: plic: Honour source priorities

2020-06-18 Thread Jessica Clarke
The source priorities can be used to order sources with respect to other sources, not just as a way to enable/disable them based off a threshold. We must therefore always claim the highest-priority source, rather than the first source we find. Signed-off-by: Jessica Clarke --- hw/riscv/sifive_pl