From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK2CJ-0006Vs-4H for qemu-devel@nongnu.org; Wed, 29 Nov 2017 08:14:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eK2CI-0000JR-B0 for qemu-devel@nongnu.org; Wed, 29 Nov 2017 08:14:43 -0500 Date: Wed, 29 Nov 2017 21:14:37 +0800 From: Fam Zheng Message-ID: <20171129131437.GD12220@lemon> References: <20171129102513.9153-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171129102513.9153-1-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] blockjob: reinstate busy=false/busy=true in block_job_sleep_ns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, kwolf@redhat.com, jcody@redhat.com On Wed, 11/29 11:25, Paolo Bonzini wrote: > In order to avoid reentering a scheduled coroutine this series uses > a QEMUTimer outside co_aio_sleep_ns. The timer callback just calls > block_job_enter, and can be easily cancelled with timer_del. > > This fixes the outstanding issues with block jobs, without reverting > the new checks that Jeff added. Reviewed-by: Fam Zheng