From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7DYD-0002aO-Lr for qemu-devel@nongnu.org; Thu, 21 May 2009 15:03:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7DY8-0002YT-W1 for qemu-devel@nongnu.org; Thu, 21 May 2009 15:03:33 -0400 Received: from [199.232.76.173] (port=60196 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7DY8-0002YQ-Q4 for qemu-devel@nongnu.org; Thu, 21 May 2009 15:03:28 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:47497) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7DY8-0001OP-A6 for qemu-devel@nongnu.org; Thu, 21 May 2009 15:03:28 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e34.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n4LJ0fw0001536 for ; Thu, 21 May 2009 13:00:41 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4LJ3EQT070422 for ; Thu, 21 May 2009 13:03:15 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n4LJ3E7S030259 for ; Thu, 21 May 2009 13:03:14 -0600 Message-ID: <4A15A570.4000305@us.ibm.com> Date: Thu, 21 May 2009 14:03:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add new function qemu_register_machines References: <4A159CBE.9020606@mail.berlios.de> In-Reply-To: <4A159CBE.9020606@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: > Add new function qemu_register_machines. > > The patch removes the unused prototype register_machines > and adds a new function which makes registration of > more than one machine a little easier. > > The new function is applied to the machines in hw/spitz.c > (where a static keyword for akitapda_machine was missing), > but it can also be applied to several other QEMU source files. > > Signed-off-by: Stefan Weil > Might as well eliminate qemu_register_machine() and convert everything to use qemu_register_machines(). -- Regards, Anthony Liguori