From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLue9-000495-Dy for qemu-devel@nongnu.org; Mon, 25 Aug 2014 09:49:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLue3-0001z4-FN for qemu-devel@nongnu.org; Mon, 25 Aug 2014 09:49:21 -0400 Message-ID: <53FB3ED4.2000902@gmail.com> Date: Mon, 25 Aug 2014 08:49:08 -0500 From: Tom Musta MIME-Version: 1.0 References: <1408525330-25414-1-git-send-email-sw@weilnetz.de> <53F9AE86.7040700@msgid.tls.msk.ru> <53F9B372.10602@weilnetz.de> In-Reply-To: <53F9B372.10602@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] libdecnumber: Fix warnings from smatch (missing static, boolean operations) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Michael Tokarev , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Alexander Graf On 8/24/2014 4:42 AM, Stefan Weil wrote: > Am 24.08.2014 11:21, schrieb Michael Tokarev: >> Applied to -trivial, thank you! >> >> But I've a small concern - should we really do this on "external" sources, >> and divirge from upstream needlessly? >> >> Thanks, >> >> /mjt > > In general, I agree. In this case, the code was part of gcc, and newer versions of gcc use GPL 3 which is incompatible with QEMU, so I assume that the code in QEMU is no longer available from a maintained upstream. > > Stefan > > > Yes. We had to effectively fork a copy the code to deal with the license issues. FWIW ... Alex has suggested a reformat of the libdecnumber code to make it compatible with QEMU formatting (http://lists.nongnu.org/archive/html/qemu-ppc/2014-05/msg00085.html). This is on my todo list. Obviously, such a reformat would make it even harder to synchronize with upstream gcc.