From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9KII-0005nZ-O0 for qemu-devel@nongnu.org; Wed, 27 May 2009 10:39:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9KIE-0005hS-OS for qemu-devel@nongnu.org; Wed, 27 May 2009 10:39:50 -0400 Received: from [199.232.76.173] (port=45270 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9KIE-0005h6-Fw for qemu-devel@nongnu.org; Wed, 27 May 2009 10:39:46 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:53395) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9KIE-0005QC-3t for qemu-devel@nongnu.org; Wed, 27 May 2009 10:39:46 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n4REZ1eG026566 for ; Wed, 27 May 2009 10:35:01 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4REdWps120710 for ; Wed, 27 May 2009 10:39:32 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n4REdVH8008647 for ; Wed, 27 May 2009 10:39:32 -0400 Message-ID: <4A1D50A0.9070207@us.ibm.com> Date: Wed, 27 May 2009 09:39:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add static to local machine declaration. References: <4A187026.2080700@mail.berlios.de> In-Reply-To: <4A187026.2080700@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Stefan Weil wrote: > Variable akitapda_machine is only used locally, > so the static attribute avoids a compiler warning. > > Signed-off-by: Stefan Weil > This patch is whitespace broken as is two other patches I have in my queue for you. Could you try using something like git-send-email? Regards, Anthony Liguori