Re: [Qemu-devel] [PATCH v3 06/21] RISC-V FPU Support

2018-01-11 Thread Richard Henderson
On 01/11/2018 10:09 AM, Michael Clark wrote: > > The RISC-V QEMU port is presently quite usable, and we have fedora and debian > folk both working on packacking for RISC-V. The general sentiment is does our > port need to be perfect to be accepted in-tree? or can we work on clean-ups > and > bug

Re: [Qemu-devel] [PATCH v3 06/21] RISC-V FPU Support

2018-01-11 Thread Michael Clark
On Fri, Jan 12, 2018 at 4:31 AM, Richard Henderson < richard.hender...@linaro.org> wrote: > On 01/10/2018 06:21 PM, Michael Clark wrote: > > Helper routines for FPU instructions and NaN definitions. > > > > Signed-off-by: Michael Clark > > --- > > fpu/softfloat-specialize.h | 7 +- > > target/

Re: [Qemu-devel] [PATCH v3 06/21] RISC-V FPU Support

2018-01-11 Thread Richard Henderson
On 01/10/2018 06:21 PM, Michael Clark wrote: > Helper routines for FPU instructions and NaN definitions. > > Signed-off-by: Michael Clark > --- > fpu/softfloat-specialize.h | 7 +- > target/riscv/fpu_helper.c | 591 > + > 2 files changed, 595 inser

[Qemu-devel] [PATCH v3 06/21] RISC-V FPU Support

2018-01-10 Thread Michael Clark
Helper routines for FPU instructions and NaN definitions. Signed-off-by: Michael Clark --- fpu/softfloat-specialize.h | 7 +- target/riscv/fpu_helper.c | 591 + 2 files changed, 595 insertions(+), 3 deletions(-) create mode 100644 target/riscv/fpu_