From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnJGf-0007a7-Ur for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:34:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnJGd-0007Yt-Iw for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:34:53 -0400 Received: from [199.232.76.173] (port=36786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJGd-0007Yn-BB for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:34:51 -0400 Received: from qw-out-1920.google.com ([74.125.92.149]:57239) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnJGd-0006wa-10 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:34:51 -0400 Received: by qw-out-1920.google.com with SMTP id 5so783194qwc.4 for ; Tue, 07 Oct 2008 13:34:50 -0700 (PDT) Message-ID: <48EBC7E6.2090604@codemonkey.ws> Date: Tue, 07 Oct 2008 15:34:46 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch 1/2] machine struct - use C99 initializers References: <48EA0E22.4080302@sgi.com> In-Reply-To: <48EA0E22.4080302@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori Jes Sorensen wrote: > Hi, > > Here's an updated version to my machine struct patch. I've split it in > two so it is easier to validiate and track. > > This patch simply converts all the machine structs to use C99 style > initializers. There is no actual code change in this. > > Next I will follow up with the one that does the conversion of max_cpus. Applied. Thanks. Regards, Anthony Liguori > Cheers, > Jes