From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqpgQ-0005y4-2t for qemu-devel@nongnu.org; Wed, 11 Dec 2013 14:43:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqpgG-0007mF-1p for qemu-devel@nongnu.org; Wed, 11 Dec 2013 14:42:58 -0500 Message-ID: <52A8C032.60607@gmail.com> Date: Wed, 11 Dec 2013 13:42:42 -0600 From: Tom Musta MIME-Version: 1.0 References: <1386789398-5239-1-git-send-email-tommusta@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [V2 PATCH 00/18] target-ppc: Base ISA V2.06 for Power7/Power8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-ppc@nongnu.org" , QEMU Developers On 12/11/2013 1:40 PM, Peter Maydell wrote: > On 11 December 2013 19:16, Tom Musta wrote: >> Additionally, some bugs in the common floating point library (softfloat) >> are fixed. > >> fpu/softfloat.c | 73 +++++------ > > All patches which touch fpu/ need to come with a statement > (in the cover letter is fine) that the changes are licensed under > both the softfloat-2a and -2b licenses [or under some license > compatible with both, I guess]. (We're trying to relicense that > area of the codebase at the moment.) > > thanks > -- PMM > Arrrrghhh!!!! I should have remembered that. Sucks that this stuff can't be consistent with the rest of the code. V3 forthcoming.