From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBK2w-0002Sl-LJ for qemu-devel@nongnu.org; Thu, 18 May 2017 07:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBK2t-0007Yy-IL for qemu-devel@nongnu.org; Thu, 18 May 2017 07:56:46 -0400 From: Alberto Garcia In-Reply-To: <20170511144208.24075-9-pbonzini@redhat.com> References: <20170511144208.24075-1-pbonzini@redhat.com> <20170511144208.24075-9-pbonzini@redhat.com> Date: Thu, 18 May 2017 13:56:39 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 08/18] throttle-groups: do not use qemu_co_enter_next List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: famz@redhat.com, qemu-block@nongnu.org, stefanha@redhat.com On Thu 11 May 2017 04:41:58 PM CEST, Paolo Bonzini wrote: > Prepare for removing this function; always restart throttled requests > from coroutine context. This will matter when restarting throttled > requests will have to acquire a CoMutex. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alberto Garcia Berto