From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAeXa-0000rh-C0 for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAeXW-00023r-S6 for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:56:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAeXW-00023k-KG for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:56:14 -0500 Message-ID: <54B3C44E.4070409@redhat.com> Date: Mon, 12 Jan 2015 13:55:42 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416925057-692-1-git-send-email-peter.maydell@linaro.org> <54ACCE8B.1090701@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] relicense QEMU softfloat from 2b to to 2a List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Christophe Lyon , Patch Tracking , Richard Sandiford , Juan Quintela , QEMU Developers , Avi Kivity , Blue Swirl , Max Filippov , Paul Brook , Anthony Liguori , Stefan Weil , Guan Xuetao , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Aurelien Jarno , Richard Henderson On 12/01/2015 13:53, Peter Maydell wrote: >>> >> I think we can do that, provided the reimplemented functions are in >>> >> different places than the originals, so that the revert-and-reimplement >>> >> is still clear from the diff. >> > >> > OK. I'll make sure I do that with the next version. > Having tried it, this is pretty straightforward for the uint64_to_* > functions, but the SNAN_BIT_IS_ONE code doesn't work out so nicely, > because it's removing and reimplementing a lot of #ifdefs inside > functions, rather than whole functions. We could squash together > for the commits to master but leave the split commits in the > tarball archive? Sure. Paolo