From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fze0Y-00024V-3h for qemu-devel@nongnu.org; Tue, 11 Sep 2018 04:26:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fze0X-0000Wo-FV for qemu-devel@nongnu.org; Tue, 11 Sep 2018 04:26:50 -0400 Date: Tue, 11 Sep 2018 16:26:40 +0800 From: Fam Zheng Message-ID: <20180911082640.GI19292@lemon.usersys.redhat.com> References: <20180907161520.26349-1-kwolf@redhat.com> <20180907161520.26349-9-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180907161520.26349-9-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 08/14] block-backend: Add .drained_poll callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-block@nongnu.org, mreitz@redhat.com, pbonzini@redhat.com, slp@redhat.com, qemu-devel@nongnu.org On Fri, 09/07 18:15, Kevin Wolf wrote: > A bdrv_drain operation must ensure that all parents are quiesced, this > includes BlockBackends. Otherwise, callbacks called by requests that are > completed on the BDS layer, but not quite yet on the BlockBackend layer > could still create new requests. > > Signed-off-by: Kevin Wolf Reviewed-by: Fam Zheng