[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 01/10] [RESEND] softfloat: Prepend QEMU-style
From: |
Aurelien Jarno |
Subject: |
Re: [Qemu-devel] [PATCH v5 01/10] [RESEND] softfloat: Prepend QEMU-style header with derivation notice |
Date: |
Mon, 7 Mar 2011 10:56:06 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Mon, Mar 07, 2011 at 01:34:04AM +0100, Andreas Färber wrote:
> The SoftFloat license requires "prominent notice that the work
> is derivative". Having added features like improved 16-bit support
> for arm already, add such a notice to the sources.
>
> softfloat-native.[ch] are not under the SoftFloat license
> and thus are not changed.
>
> v4:
> Initial.
>
> Cc: Peter Maydell <address@hidden>
> Signed-off-by: Andreas Färber <address@hidden>
> ---
> fpu/softfloat-macros.h | 5 +++++
> fpu/softfloat-specialize.h | 5 +++++
> fpu/softfloat.c | 5 +++++
> fpu/softfloat.h | 6 ++++++
> 4 files changed, 21 insertions(+), 0 deletions(-)
Reviewed-by: Aurelien Jarno <address@hidden>
> diff --git a/fpu/softfloat-macros.h b/fpu/softfloat-macros.h
> index 7838228..54c0bad 100644
> --- a/fpu/softfloat-macros.h
> +++ b/fpu/softfloat-macros.h
> @@ -1,3 +1,8 @@
> +/*
> + * QEMU float support macros
> + *
> + * Derived from SoftFloat.
> + */
>
>
> /*============================================================================
>
> diff --git a/fpu/softfloat-specialize.h b/fpu/softfloat-specialize.h
> index adc5ada..4add93c 100644
> --- a/fpu/softfloat-specialize.h
> +++ b/fpu/softfloat-specialize.h
> @@ -1,3 +1,8 @@
> +/*
> + * QEMU float support
> + *
> + * Derived from SoftFloat.
> + */
>
>
> /*============================================================================
>
> diff --git a/fpu/softfloat.c b/fpu/softfloat.c
> index 30b07e9..e800daa 100644
> --- a/fpu/softfloat.c
> +++ b/fpu/softfloat.c
> @@ -1,3 +1,8 @@
> +/*
> + * QEMU float support
> + *
> + * Derived from SoftFloat.
> + */
>
>
> /*============================================================================
>
> diff --git a/fpu/softfloat.h b/fpu/softfloat.h
> index fd61dc4..9e10727 100644
> --- a/fpu/softfloat.h
> +++ b/fpu/softfloat.h
> @@ -1,3 +1,9 @@
> +/*
> + * QEMU float support
> + *
> + * Derived from SoftFloat.
> + */
> +
>
> /*============================================================================
>
> This C header file is part of the SoftFloat IEC/IEEE Floating-point
> Arithmetic
> --
> 1.7.3.4
>
>
>
--
Aurelien Jarno GPG: 1024D/F1BCDB73
address@hidden http://www.aurel32.net
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, (continued)
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, Peter Maydell, 2011/03/07
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, Aurelien Jarno, 2011/03/07
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, Peter Maydell, 2011/03/08
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, Aurelien Jarno, 2011/03/08
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, Andreas Färber, 2011/03/08
- Re: [Qemu-devel] [PATCH v5 04/10] softfloat: Drop [u]int16 types in favor of [u]int_fast16_t, Aurelien Jarno, 2011/03/21
- Re: [Qemu-devel] [PATCH v5 03/10] softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t, Aurelien Jarno, 2011/03/07
Re: [Qemu-devel] [PATCH v5 02/10] softfloat: Resolve type mismatches between declaration and implementation, Aurelien Jarno, 2011/03/07
Re: [Qemu-devel] [PATCH v5 01/10] [RESEND] softfloat: Prepend QEMU-style header with derivation notice,
Aurelien Jarno <=