Re: [Qemu-devel] [PATCH v6 6/7] linux-user/mips: Recognise the R5900 CPU model

2018-09-30 Thread Philippe Mathieu-Daudé
On 9/15/18 11:08 AM, Fredrik Noring wrote: > This kind of ELF for the R5900 relies on an IEEE 754-1985 compliant FPU. > The R5900 FPU hardware is noncompliant and it is therefore emulated in > software by the Linux kernel. QEMU emulates a compliant FPU accordingly. > > Signed-off-by: Fredrik Norin

[Qemu-devel] [PATCH v6 6/7] linux-user/mips: Recognise the R5900 CPU model

2018-09-29 Thread Fredrik Noring
This kind of ELF for the R5900 relies on an IEEE 754-1985 compliant FPU. The R5900 FPU hardware is noncompliant and it is therefore emulated in software by the Linux kernel. QEMU emulates a compliant FPU accordingly. Signed-off-by: Fredrik Noring --- linux-user/mips/target_elf.h | 3 +++ 1 file