From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40920 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prq7i-0004eq-5N for qemu-devel@nongnu.org; Tue, 22 Feb 2011 06:09:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prq7h-0006bb-5y for qemu-devel@nongnu.org; Tue, 22 Feb 2011 06:09:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Prq7g-0006bE-QX for qemu-devel@nongnu.org; Tue, 22 Feb 2011 06:09:41 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1MB9cBp020900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 Feb 2011 06:09:38 -0500 Message-ID: <4D63996E.9070701@redhat.com> Date: Tue, 22 Feb 2011 13:09:34 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/7] iohandlers: Mark current implementation as 'old' References: <689bf4c031ed209bb306dacdd575b0a9bdb89cc5.1298369272.git.amit.shah@redhat.com> In-Reply-To: <689bf4c031ed209bb306dacdd575b0a9bdb89cc5.1298369272.git.amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list , Gerd Hoffmann On 02/22/2011 12:18 PM, Amit Shah wrote: > Mark the current iohandler list as 'old'. In the next commit we'll > introduce a new iohandler api that will replace the list name. > > The 'old' list will eventually be completely replaced by the new > implementation. > A better way to do this is to implement the old API in terms of the new API. This ensures you don't lose any functionality, and reduces the amount of low-level infrastructure. -- error compiling committee.c: too many arguments to function