From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agZz5-0000lL-CP for qemu-devel@nongnu.org; Thu, 17 Mar 2016 11:37:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agZz2-000352-M3 for qemu-devel@nongnu.org; Thu, 17 Mar 2016 11:37:11 -0400 From: Alberto Garcia Date: Thu, 17 Mar 2016 17:35:49 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/1] Never cancel a streaming job without running stream_complete() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alberto Garcia , qemu-block@nongnu.org Hi, this is a simple fix that was ready one year ago but never made it through because it was part of the intermediate block streaming series. While I'm retaking the work on that series and I plan to send a new version sooner or later, I think there's no reason to delay this patch even more. Although the patch is one year old, I decided to keep all the R-b lines because nothing has really changed in this code since then and I don't believe the change is controversial. Berto Alberto Garcia (1): block: never cancel a streaming job without running stream_complete() block/stream.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -- 2.7.0