From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7GpN-00025M-9m for qemu-devel@nongnu.org; Thu, 21 May 2009 18:33:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7GpI-00021j-GX for qemu-devel@nongnu.org; Thu, 21 May 2009 18:33:28 -0400 Received: from [199.232.76.173] (port=57650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7GpI-00021T-6F for qemu-devel@nongnu.org; Thu, 21 May 2009 18:33:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28452) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7GpH-0002wh-UA for qemu-devel@nongnu.org; Thu, 21 May 2009 18:33:24 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7GpH-0005Yt-73 for qemu-devel@nongnu.org; Thu, 21 May 2009 18:33:23 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Add new function qemu_register_machines Date: Thu, 21 May 2009 23:33:20 +0100 References: <4A159CBE.9020606@mail.berlios.de> In-Reply-To: <4A159CBE.9020606@mail.berlios.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905212333.21133.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori On Thursday 21 May 2009, 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. I don't see this as an improvement. Paul