From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhwZ3-0005BL-KI for qemu-devel@nongnu.org; Fri, 02 Oct 2015 05:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhwZ3-0000m4-0G for qemu-devel@nongnu.org; Fri, 02 Oct 2015 05:23:41 -0400 Date: Fri, 2 Oct 2015 11:23:32 +0200 From: Kevin Wolf Message-ID: <20151002092332.GA4373@noname.redhat.com> References: <1443697481-13049-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443697481-13049-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] gluster: allocate GlusterAIOCBs on the stack List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: jcody@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 01.10.2015 um 13:04 hat Paolo Bonzini geschrieben: > This is simpler now that the driver has been converted to coroutines. > > Signed-off-by: Paolo Bonzini Reviewed-by: Kevin Wolf