From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RAomQ-0005jz-E7 for mharc-qemu-trivial@gnu.org; Mon, 03 Oct 2011 16:06:26 -0400 Received: from eggs.gnu.org ([140.186.70.92]:47416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAomN-0005Yl-Ds for qemu-trivial@nongnu.org; Mon, 03 Oct 2011 16:06:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAomM-0004lT-G2 for qemu-trivial@nongnu.org; Mon, 03 Oct 2011 16:06:23 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:47570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAomG-0004k1-7q; Mon, 03 Oct 2011 16:06:16 -0400 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 87B71728327E; Mon, 3 Oct 2011 22:05:53 +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 hu+uY5Kj9azI; Mon, 3 Oct 2011 22:05:24 +0200 (CEST) Received: from flocke.weilnetz.de (p5086F1F7.dip.t-dialin.net [80.134.241.247]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 2DC2A728327D; Mon, 3 Oct 2011 22:05:24 +0200 (CEST) Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.72) (envelope-from ) id 1RAolF-0004bb-58; Mon, 03 Oct 2011 22:05:13 +0200 Message-ID: <4E8A1578.1040505@weilnetz.de> Date: Mon, 03 Oct 2011 22:05:12 +0200 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110818 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: qemu-trivial References: <1316203388-24910-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1316203388-24910-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; 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: qemu-devel@nongnu.org Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 0/2] Use QEMU_GNUC_PREREQ to fix wrong gcc version test 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: Mon, 03 Oct 2011 20:06:24 -0000 Am 16.09.2011 22:03, schrieb Stefan Weil: > These two patches fix a wrong gcc version test. > > [PATCH 1/2] Move macro QEMU_GNUC_PREREQ to compiler.h > [PATCH 2/2] Fix and clean code which tests the gcc version Ping? Maybe these patches can be applied via qemu-trivial. http://patchwork.ozlabs.org/patch/115027/ http://patchwork.ozlabs.org/patch/115030/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAomH-0005Wr-K2 for qemu-devel@nongnu.org; Mon, 03 Oct 2011 16:06:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAomG-0004km-CR for qemu-devel@nongnu.org; Mon, 03 Oct 2011 16:06:17 -0400 Message-ID: <4E8A1578.1040505@weilnetz.de> Date: Mon, 03 Oct 2011 22:05:12 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1316203388-24910-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1316203388-24910-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Use QEMU_GNUC_PREREQ to fix wrong gcc version test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: qemu-devel@nongnu.org Am 16.09.2011 22:03, schrieb Stefan Weil: > These two patches fix a wrong gcc version test. > > [PATCH 1/2] Move macro QEMU_GNUC_PREREQ to compiler.h > [PATCH 2/2] Fix and clean code which tests the gcc version Ping? Maybe these patches can be applied via qemu-trivial. http://patchwork.ozlabs.org/patch/115027/ http://patchwork.ozlabs.org/patch/115030/