From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVZ8u-0003xD-Hb for qemu-devel@nongnu.org; Mon, 27 Jul 2009 18:58:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVZ8p-0003vo-R5 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 18:58:04 -0400 Received: from [199.232.76.173] (port=56482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVZ8p-0003vl-NH for qemu-devel@nongnu.org; Mon, 27 Jul 2009 18:57:59 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:9229) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVZ8p-0005de-6e for qemu-devel@nongnu.org; Mon, 27 Jul 2009 18:57:59 -0400 Received: by fg-out-1718.google.com with SMTP id l27so937159fgb.8 for ; Mon, 27 Jul 2009 15:57:58 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A6E30F2.4080403@gnu.org> Date: Tue, 28 Jul 2009 00:57:54 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <874e96d24ad01cfaf930a55ed96119d3f5e2da53.1248726105.git.quintela@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/4] Use proper struct initializers and remove INIT_FIELD() macro List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Juan Quintela On 07/27/2009 11:03 PM, malc wrote: > On Mon, 27 Jul 2009, Juan Quintela wrote: > > This patch is pointless. I'd say it's pointless to conditionalize 1 usage of a feature out of 100. Paolo