From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brk3f-0001Vi-Ek for qemu-devel@nongnu.org; Wed, 05 Oct 2016 07:08:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brk3b-00052o-56 for qemu-devel@nongnu.org; Wed, 05 Oct 2016 07:08:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brk3a-00052h-Uu for qemu-devel@nongnu.org; Wed, 05 Oct 2016 07:08:15 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4293E7CDE4 for ; Wed, 5 Oct 2016 11:08:14 +0000 (UTC) Date: Wed, 5 Oct 2016 13:08:12 +0200 From: Kevin Wolf Message-ID: <20161005110812.GC4901@noname.str.redhat.com> References: <1475511256-20051-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475511256-20051-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block: introduce and use aio_bh_schedule_oneshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, famz@redhat.com, stefanha@redhat.com Am 03.10.2016 um 18:14 hat Paolo Bonzini geschrieben: > This simplifies a bit using the bottom half API in the common > case of one-shot bottom halves, that are created once per usage. > This patch comes from the multiqueue series. Thanks, applied to the block branch. Kevin