From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TEkAn-0005n1-RT for mharc-qemu-trivial@gnu.org; Thu, 20 Sep 2012 13:04:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEkAe-0005Nx-Qj for qemu-trivial@nongnu.org; Thu, 20 Sep 2012 13:04:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEkAZ-0002xY-2G for qemu-trivial@nongnu.org; Thu, 20 Sep 2012 13:04:12 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:59632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEkAP-0002uT-EA; Thu, 20 Sep 2012 13:03:57 -0400 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id F1BFE7280033; Thu, 20 Sep 2012 19:03:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kelpw0+Bboy5; Thu, 20 Sep 2012 19:03:56 +0200 (CEST) Received: from flocke.weilnetz.de (p54AD9B9D.dip.t-dialin.net [84.173.155.157]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 942EB7280032; Thu, 20 Sep 2012 19:03:56 +0200 (CEST) Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.72) (envelope-from ) id 1TEkAN-00013c-QC; Thu, 20 Sep 2012 19:03:56 +0200 Message-ID: <505B4C7B.4000501@weilnetz.de> Date: Thu, 20 Sep 2012 19:03:55 +0200 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120724 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: qemu-trivial References: <1346703803-22003-1-git-send-email-sw@weilnetz.de> <504774FF.6000501@suse.de> <504788BB.7030609@weilnetz.de> <50478F9E.80403@weilnetz.de> In-Reply-To: <50478F9E.80403@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 78.47.199.172 Cc: =?ISO-8859-1?Q?Andreas_F=E4rb?= =?ISO-8859-1?Q?er?= , qemu-devel@nongnu.org Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] sparc-dis: Remove redundant NULL check X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 17:04:20 -0000 Am 05.09.2012 19:45, schrieb Stefan Weil: > Am 05.09.2012 19:15, schrieb Stefan Weil: >> >> AFAIK, binutils moved to GPL 3. Therefore I don't expect that >> QEMU will update to upstream in the next years. >> >> We'll have to maintain the code which we have. >> >> Try "git log *-dis.c" or "gitk *-dis.c": there are already lots >> of more trivial changes which got applied to the disassembler files. >> >> => The patch should be applied. >> >> Regards, >> Stefan > > Here is some additional information: > > binutils switched from GPL 2 to GPL 3 with version 2.18: > > Changes in 2.18: > > * The binutils sources are now released under version 3 of the GNU > General > Public License. > > > sparc-dis.c is already based on 2.17, so we won't get anything newer. > Even the latest version still uses the redundant NULL check, so I > can send my patch to the binutils maintainers, too. > > Regards, > Stefan > Ping? If nobody objects, I suggest to apply the patch via qemu-trivial. Regards Stefan W. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEkAU-00054q-Ct for qemu-devel@nongnu.org; Thu, 20 Sep 2012 13:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEkAP-0002ug-LK for qemu-devel@nongnu.org; Thu, 20 Sep 2012 13:04:02 -0400 Message-ID: <505B4C7B.4000501@weilnetz.de> Date: Thu, 20 Sep 2012 19:03:55 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1346703803-22003-1-git-send-email-sw@weilnetz.de> <504774FF.6000501@suse.de> <504788BB.7030609@weilnetz.de> <50478F9E.80403@weilnetz.de> In-Reply-To: <50478F9E.80403@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sparc-dis: Remove redundant NULL check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: Stefan Hajnoczi , =?ISO-8859-1?Q?Andreas_F=E4rb?= =?ISO-8859-1?Q?er?= , qemu-devel@nongnu.org Am 05.09.2012 19:45, schrieb Stefan Weil: > Am 05.09.2012 19:15, schrieb Stefan Weil: >> >> AFAIK, binutils moved to GPL 3. Therefore I don't expect that >> QEMU will update to upstream in the next years. >> >> We'll have to maintain the code which we have. >> >> Try "git log *-dis.c" or "gitk *-dis.c": there are already lots >> of more trivial changes which got applied to the disassembler files. >> >> => The patch should be applied. >> >> Regards, >> Stefan > > Here is some additional information: > > binutils switched from GPL 2 to GPL 3 with version 2.18: > > Changes in 2.18: > > * The binutils sources are now released under version 3 of the GNU > General > Public License. > > > sparc-dis.c is already based on 2.17, so we won't get anything newer. > Even the latest version still uses the redundant NULL check, so I > can send my patch to the binutils maintainers, too. > > Regards, > Stefan > Ping? If nobody objects, I suggest to apply the patch via qemu-trivial. Regards Stefan W.