Re: [Qemu-devel] [PATCH v3 5/7] target/riscv: Use both register name and ABI name

2019-08-16 Thread Bin Meng
On Fri, Aug 16, 2019 at 5:48 AM Alistair Francis wrote: > > From: Atish Patra > > Use both the generic register name and ABI name for the general purpose > registers and floating point registers. > > Signed-off-by: Atish Patra > Signed-off-by: Alistair Francis > --- > target/riscv/cpu.c | 19 +

[Qemu-devel] [PATCH v3 5/7] target/riscv: Use both register name and ABI name

2019-08-15 Thread Alistair Francis
From: Atish Patra Use both the generic register name and ABI name for the general purpose registers and floating point registers. Signed-off-by: Atish Patra Signed-off-by: Alistair Francis --- target/riscv/cpu.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff