Re: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat

2018-03-30 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 1522128840-498-1-git-send-email-c...@braap.org Subject: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git

Re: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat

2018-03-29 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1522128840-498-1-git-send-email-c...@braap.org Subject: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

Re: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat

2018-03-28 Thread Alex Bennée
Emilio G. Cota writes: > v1: https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg05908.html > > Changes from v1: > > - Rename series from "hostfloat" to "hardfloat". The series already uses > "host" as an option for fp-test, so this change should make things clearer >

Re: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat

2018-03-27 Thread Bastian Koppelmann
On 03/27/2018 11:56 AM, Bastian Koppelmann wrote: > Hi Emilio, > > On 03/27/2018 07:33 AM, Emilio G. Cota wrote: >> v1: https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg05908.html >> > [...] >> >> Perf numbers are in the last patch. They are a little different than >> last week; I

Re: [Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat

2018-03-27 Thread Bastian Koppelmann
Hi Emilio, On 03/27/2018 07:33 AM, Emilio G. Cota wrote: > v1: https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg05908.html > [...] > > Perf numbers are in the last patch. They are a little different than > last week; I cannot replicate last week's performance (even with > the very

[Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat

2018-03-26 Thread Emilio G. Cota
v1: https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg05908.html Changes from v1: - Rename series from "hostfloat" to "hardfloat". The series already uses "host" as an option for fp-test, so this change should make things clearer - Rebase on top of master (4c2c101590). - Move code