Re: [PATCH 2/2] hw/riscv: virt: Remove the riscv_ prefix of the machine* functions

2020-05-26 Thread Alistair Francis
On Thu, May 21, 2020 at 7:42 AM Bin Meng wrote: > > From: Bin Meng > > Remove the riscv_ prefix of the machine* functions. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > hw/riscv/virt.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions

Re: [PATCH 2/2] hw/riscv: virt: Remove the riscv_ prefix of the machine* functions

2020-05-21 Thread Philippe Mathieu-Daudé
On 5/21/20 4:42 PM, Bin Meng wrote: From: Bin Meng Remove the riscv_ prefix of the machine* functions. Signed-off-by: Bin Meng --- hw/riscv/virt.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c index c695a44..f1

[PATCH 2/2] hw/riscv: virt: Remove the riscv_ prefix of the machine* functions

2020-05-21 Thread Bin Meng
From: Bin Meng Remove the riscv_ prefix of the machine* functions. Signed-off-by: Bin Meng --- hw/riscv/virt.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c index c695a44..f1d6b61 100644 --- a/hw/riscv/virt.c +++ b