From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adZlT-0000SY-51 for qemu-devel@nongnu.org; Wed, 09 Mar 2016 03:46:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adZlS-0002At-7c for qemu-devel@nongnu.org; Wed, 09 Mar 2016 03:46:43 -0500 Date: Wed, 9 Mar 2016 16:46:30 +0800 From: Fam Zheng Message-ID: <20160309084630.GK17947@ad.usersys.redhat.com> References: <1455645388-32401-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455645388-32401-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 00/16] AioContext fine-grained locking, part 1 of 3, including bdrv_drain rewrite List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: stefanha@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org On Tue, 02/16 18:56, Paolo Bonzini wrote: > So the fine-grained locking series has grown from 2 parts to 3... > > This first part stops where we remove RFifoLock. Modulo to the minor comments I had: Reviewed-by: Fam Zheng