From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDBNu-0002sf-B7 for qemu-devel@nongnu.org; Thu, 29 Mar 2012 05:11:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDBNs-0006Ul-Dr for qemu-devel@nongnu.org; Thu, 29 Mar 2012 05:11:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDBNs-0006US-5Z for qemu-devel@nongnu.org; Thu, 29 Mar 2012 05:11:08 -0400 Message-ID: <4F742703.70906@redhat.com> Date: Thu, 29 Mar 2012 11:10:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1332949439-6781-1-git-send-email-stefanha@linux.vnet.ibm.com> <1332949439-6781-2-git-send-email-stefanha@linux.vnet.ibm.com> <4F74044B.1010701@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] ide: convert ide_sector_read() to asynchronous I/O List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Richard Davies , Chris Webb , Stefan Hajnoczi , Michael Tokarev , qemu-devel@nongnu.org, Zhi Yong Wu Il 29/03/2012 10:29, Stefan Hajnoczi ha scritto: > This was kind of a wart in the interface because it created 2 error > handling paths: one immediate return and one callback with error. I > think Paolo and Kevin were the ones to address this. I think you did that when adding the coroutines. I just cleaned up the result. Paolo