From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2dVV-0005jS-JH for qemu-devel@nongnu.org; Thu, 03 Jul 2014 05:40:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2dVP-0000qU-KA for qemu-devel@nongnu.org; Thu, 03 Jul 2014 05:40:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2dVP-0000qF-BZ for qemu-devel@nongnu.org; Thu, 03 Jul 2014 05:40:39 -0400 Date: Thu, 3 Jul 2014 11:40:32 +0200 From: Kevin Wolf Message-ID: <20140703094032.GD4322@noname.redhat.com> References: <1404303528-7115-1-git-send-email-ming.lei@canonical.com> <1404303528-7115-2-git-send-email-ming.lei@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404303528-7115-2-git-send-email-ming.lei@canonical.com> Subject: Re: [Qemu-devel] [PATCH v4 1/3] block: block: introduce APIs for submitting IO as List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei Cc: Peter Maydell , Fam Zheng , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Stefan Hajnoczi , Paolo Bonzini Am 02.07.2014 um 14:18 hat Ming Lei geschrieben: > a batch > > This patch introduces three APIs so that following > patches can support queuing I/O requests and submitting them > as a batch for improving I/O performance. > > Reviewed-by: Paolo Bonzini > Signed-off-by: Ming Lei Reviewed-by: Kevin Wolf