Re: [PATCH 1/2] hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions

2020-05-21 Thread Alistair Francis
On Thu, May 21, 2020 at 7:48 AM Philippe Mathieu-Daudé wrote: > > On 5/21/20 4:42 PM, Bin Meng wrote: > > From: Bin Meng > > > > To keep consistency with the machine* functions, remove the riscv_ > > prefix of the soc* functions. > > > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis A

Re: [PATCH 1/2] hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions

2020-05-21 Thread Philippe Mathieu-Daudé
On 5/21/20 4:42 PM, Bin Meng wrote: From: Bin Meng To keep consistency with the machine* functions, remove the riscv_ prefix of the soc* functions. Signed-off-by: Bin Meng --- hw/riscv/sifive_u.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git

[PATCH 1/2] hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions

2020-05-21 Thread Bin Meng
From: Bin Meng To keep consistency with the machine* functions, remove the riscv_ prefix of the soc* functions. Signed-off-by: Bin Meng --- hw/riscv/sifive_u.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_