From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S70w9-0004hR-Ef for qemu-devel@nongnu.org; Mon, 12 Mar 2012 04:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S70ve-0005p7-89 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 04:49:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S70ve-0005ox-0o for qemu-devel@nongnu.org; Mon, 12 Mar 2012 04:48:30 -0400 Message-ID: <4F5DB859.30402@redhat.com> Date: Mon, 12 Mar 2012 09:48:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1331533744-15802-1-git-send-email-zwu.kernel@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] block: add the support to drain throttled requests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: qemu-devel@nongnu.org Il 12/03/2012 09:42, Zhi Yong Wu ha scritto: >> > >> > This doesn't work, qemu_aio_flush can start new I/O. > Do you mean that it will start next I/O via the current request's cb? Yes. Paolo