Re: [Qemu-devel] [PATCH 03/28] riscv: Add a sifive_cpu.h to include both E and U cpu type defines

2019-08-05 Thread Alistair Francis
On Mon, Aug 5, 2019 at 9:07 AM Bin Meng wrote: > > Group SiFive E and U cpu type defines into one header file. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > include/hw/riscv/sifive_cpu.h | 31 +++ > include/hw/riscv/sifive_e.h |

[Qemu-devel] [PATCH 03/28] riscv: Add a sifive_cpu.h to include both E and U cpu type defines

2019-08-05 Thread Bin Meng
Group SiFive E and U cpu type defines into one header file. Signed-off-by: Bin Meng --- include/hw/riscv/sifive_cpu.h | 31 +++ include/hw/riscv/sifive_e.h | 7 +-- include/hw/riscv/sifive_u.h | 7 +-- 3 files changed, 33 insertions(+), 12 deletions(-)