Re: [Qemu-devel] [PATCH v8 01/35] RISC-V: Replace hardcoded constants with enum values

2018-04-26 Thread Alistair Francis
On Wed, Apr 25, 2018 at 4:47 PM Michael Clark wrote: > The RISC-V device-tree code has a number of hard-coded > constants and this change moves them into header enums. > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Signed-off-by: Michael Clark > Signed-off-by: Palmer Dabbelt > Reviewed-by

[Qemu-devel] [PATCH v8 01/35] RISC-V: Replace hardcoded constants with enum values

2018-04-25 Thread Michael Clark
The RISC-V device-tree code has a number of hard-coded constants and this change moves them into header enums. Cc: Sagar Karandikar Cc: Bastian Koppelmann Signed-off-by: Michael Clark Signed-off-by: Palmer Dabbelt Reviewed-by: Philippe Mathieu-Daudé --- hw/riscv/sifive_clint.c | 9 ++