Re: [Qemu-devel] [PATCH v3 00/16] target-m68k: implement 680x0 FPU

2017-02-06 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v3 00/16] target-m68k: implement 680x0 FPU Message-id: 20170207005930.28327-1-laur...@vivier.eu === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v3 00/16] target-m68k: implement 680x0 FPU

2017-02-06 Thread Laurent Vivier
This series modifies the original ColdFire FPU implementation to use floatx80 instead of float64 internally as this is the native datatype for 680x0. I didn't keep the float64 type for ColdFire, but if someone thinks it's required I can update this series in this way. The series also adds the FPU