Re: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread Thomas Huth
On 22.05.2018 21:20, Paolo Bonzini wrote: > Even though the presence of softfloat does not cause --disable-tcg builds to > fail, > it is the single largest .o file in them. Remove it, since TCG is the only > client. > > Signed-off-by: Paolo Bonzini > --- > Makefile.target | 2 +- >

Re: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread Paolo Bonzini
On 22/05/2018 21:27, Peter Maydell wrote: > On 22 May 2018 at 20:20, Paolo Bonzini wrote: >> Even though the presence of softfloat does not cause --disable-tcg builds to >> fail, >> it is the single largest .o file in them. Remove it, since TCG is the only >> client. >> >> Signed-off-by: Paolo

Re: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread Paolo Bonzini
On 22/05/2018 22:53, Richard Henderson wrote: > On 05/22/2018 12:20 PM, Paolo Bonzini wrote: >> Even though the presence of softfloat does not cause --disable-tcg builds to >> fail, >> it is the single largest .o file in them. Remove it, since TCG is the only >> client. >> >> Signed-off-by: Paol

Re: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread Richard Henderson
On 05/22/2018 12:20 PM, Paolo Bonzini wrote: > Even though the presence of softfloat does not cause --disable-tcg builds to > fail, > it is the single largest .o file in them. Remove it, since TCG is the only > client. > > Signed-off-by: Paolo Bonzini > --- > Makefile.target | 2 +-

Re: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread Peter Maydell
On 22 May 2018 at 20:20, Paolo Bonzini wrote: > Even though the presence of softfloat does not cause --disable-tcg builds to > fail, > it is the single largest .o file in them. Remove it, since TCG is the only > client. > > Signed-off-by: Paolo Bonzini > --- > Makefile.target | 2 +

Re: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180522192034.13318-1-pbonz...@redhat.com Subject: [Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH] tcg: remove softfloat from --disable-tcg builds

2018-05-22 Thread Paolo Bonzini
Even though the presence of softfloat does not cause --disable-tcg builds to fail, it is the single largest .o file in them. Remove it, since TCG is the only client. Signed-off-by: Paolo Bonzini --- Makefile.target | 2 +- hw/i386/x86-iommu-stub.c | 132