Re: [Qemu-devel] [Qemu-trivial] [PATCH] fpu: Simplify floatx80ToCommonNaN function.

2013-06-03 Thread Thomas Schwinge
Hi! On Fri, 31 May 2013 15:45:55 +0100, Peter Maydell wrote: > On 31 May 2013 14:01, Thomas Schwinge wrote: > > On Fri, 31 May 2013 13:34:12 +0100, Peter Maydell > > wrote: > >> That said, I think any new patches to fpu/ need to > >> come with an explicit statement that they can be > >> licen

Re: [Qemu-devel] [Qemu-trivial] [PATCH] fpu: Simplify floatx80ToCommonNaN function.

2013-05-31 Thread Thomas Schwinge
Hi! On Fri, 31 May 2013 13:34:12 +0100, Peter Maydell wrote: > On 31 May 2013 13:07, Michael Tokarev wrote: > > Hmm. And where's the simplification? Here's context diff for the same: > > > > *** fpu/softfloat-specialize.h.orig 2013-05-31 16:02:51.614710351 +0400 > > --- fpu/softfloat-speci

Re: [Qemu-devel] [Qemu-trivial] [PATCH] fpu: Simplify floatx80ToCommonNaN function.

2013-05-31 Thread Peter Maydell
On 31 May 2013 14:01, Thomas Schwinge wrote: > On Fri, 31 May 2013 13:34:12 +0100, Peter Maydell > wrote: >> That said, I think any new patches to fpu/ need to >> come with an explicit statement that they can be >> licensed under the softfloat-2a license or GPLv2 >> or BSD (etc etc) so they aren

Re: [Qemu-devel] [Qemu-trivial] [PATCH] fpu: Simplify floatx80ToCommonNaN function.

2013-05-31 Thread Peter Maydell
On 31 May 2013 13:07, Michael Tokarev wrote: > Hmm. And where's the simplification? Here's context diff for the same: > > *** fpu/softfloat-specialize.h.orig 2013-05-31 16:02:51.614710351 +0400 > --- fpu/softfloat-specialize.h 2013-05-31 16:02:59.838820308 +0400 > *** > *** 936,9

Re: [Qemu-devel] [Qemu-trivial] [PATCH] fpu: Simplify floatx80ToCommonNaN function.

2013-05-31 Thread Paolo Bonzini
Il 31/05/2013 14:07, Michael Tokarev ha scritto: > 31.05.2013 13:39, Thomas Schwinge wrote: >> Signed-off-by: Thomas Schwinge >> --- >> fpu/softfloat-specialize.h | 15 +++ >> 1 file changed, 7 insertions(+), 8 deletions(-) >> >> diff --git fpu/softfloat-specialize.h fpu/softfloat-s

Re: [Qemu-devel] [Qemu-trivial] [PATCH] fpu: Simplify floatx80ToCommonNaN function.

2013-05-31 Thread Michael Tokarev
31.05.2013 13:39, Thomas Schwinge wrote: > Signed-off-by: Thomas Schwinge > --- > fpu/softfloat-specialize.h | 15 +++ > 1 file changed, 7 insertions(+), 8 deletions(-) > > diff --git fpu/softfloat-specialize.h fpu/softfloat-specialize.h > index 518f694..83add1a 100644 > --- fpu/so