On 1/24/23 09:59, Christoph Muellner wrote:
+++ b/target/riscv/cpu.h @@ -27,6 +27,7 @@ #include "qom/object.h" #include "qemu/int128.h" #include "cpu_bits.h" +#include "cpu_vendorid.h"
I don't see that this ID is required for all users of riscv/cpu.h. This include should be limited to cpu.c. r~