Re: [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

2019-01-15 Thread Richard Henderson
On 1/15/19 10:58 AM, Alistair Francis wrote: > From: Michael Clark > > * Add riscv prefix to raise_exception function > * Add riscv prefix to CSR read/write functions > * Add riscv prefix to signal handler function > * Add riscv prefix to get fflags function > * Remove redundant declaration of ri

Re: [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

2019-01-15 Thread Philippe Mathieu-Daudé
On 1/15/19 6:50 PM, Alistair Francis wrote: > On Tue, Jan 15, 2019 at 9:17 AM Philippe Mathieu-Daudé > wrote: >> >> On 1/15/19 11:50 AM, Philippe Mathieu-Daudé wrote: >>> Hi Alistair, >>> >>> On 1/15/19 12:58 AM, Alistair Francis wrote: From: Michael Clark * Add riscv prefix to rai

Re: [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

2019-01-15 Thread Alistair Francis
On Tue, Jan 15, 2019 at 9:17 AM Philippe Mathieu-Daudé wrote: > > On 1/15/19 11:50 AM, Philippe Mathieu-Daudé wrote: > > Hi Alistair, > > > > On 1/15/19 12:58 AM, Alistair Francis wrote: > >> From: Michael Clark > >> > >> * Add riscv prefix to raise_exception function > >> * Add riscv prefix to C

Re: [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

2019-01-15 Thread Philippe Mathieu-Daudé
On 1/15/19 11:50 AM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > On 1/15/19 12:58 AM, Alistair Francis wrote: >> From: Michael Clark >> >> * Add riscv prefix to raise_exception function >> * Add riscv prefix to CSR read/write functions >> * Add riscv prefix to signal handler function >> * Ad

Re: [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

2019-01-15 Thread Philippe Mathieu-Daudé
Hi Alistair, On 1/15/19 12:58 AM, Alistair Francis wrote: > From: Michael Clark > > * Add riscv prefix to raise_exception function > * Add riscv prefix to CSR read/write functions > * Add riscv prefix to signal handler function > * Add riscv prefix to get fflags function > * Remove redundant dec

[Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

2019-01-14 Thread Alistair Francis
From: Michael Clark * Add riscv prefix to raise_exception function * Add riscv prefix to CSR read/write functions * Add riscv prefix to signal handler function * Add riscv prefix to get fflags function * Remove redundant declaration of riscv_cpu_init and rename cpu_riscv_init to riscv_cpu_init