Re: [Qemu-devel] [PATCH v6 00/13] hardfloat

2018-12-05 Thread Emilio G. Cota
On Wed, Dec 05, 2018 at 12:41:15 +, Alex Bennée wrote: > > Emilio G. Cota writes: > > > v5: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02793.html > > > > Changes since v5: > > > > - Rebase on rth/tcg-next-for-4.0 > > > Awesome work - the series is looking really good now and

Re: [Qemu-devel] [PATCH v6 00/13] hardfloat

2018-12-05 Thread Alex Bennée
Emilio G. Cota writes: > v5: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02793.html > > Changes since v5: > > - Rebase on rth/tcg-next-for-4.0 Awesome work - the series is looking really good now and I think we are ready for a merge once the tree re-opens. I think there were a

Re: [Qemu-devel] [PATCH v6 00/13] hardfloat

2018-11-27 Thread Emilio G. Cota
On Tue, Nov 27, 2018 at 09:24:21 -0800, no-re...@patchew.org wrote: > /tmp/qemu-test/src/fpu/softfloat.c: In function 'f32_is_inf': > /tmp/qemu-test/src/fpu/softfloat.c:325:16: error: implicit declaration of > function 'isinff' [-Werror=implicit-function-declaration] > return

Re: [Qemu-devel] [PATCH v6 00/13] hardfloat

2018-11-27 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181124235553.17371-1-c...@braap.org Subject: [Qemu-devel] [PATCH v6 00/13] hardfloat Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE

Re: [Qemu-devel] [PATCH v6 00/13] hardfloat

2018-11-27 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Message-id: 20181124235553.17371-1-c...@braap.org Subject: [Qemu-devel] [PATCH v6 00/13] hardfloat Type: series

[Qemu-devel] [PATCH v6 00/13] hardfloat

2018-11-24 Thread Emilio G. Cota
v5: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02793.html Changes since v5: - Rebase on rth/tcg-next-for-4.0 - Use QEMU_FLATTEN instead of __attribute__((flatten)) - Merge rth's cleanups (thanks!). With this, we now use a union to hold {float|float32} or {double|float64} types,