From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai0C4-0002uc-6t for qemu-devel@nongnu.org; Mon, 21 Mar 2016 09:48:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai0C1-0003JR-V4 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 09:48:28 -0400 From: Alberto Garcia Date: Mon, 21 Mar 2016 15:47:24 +0200 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/3] Various block-stream fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Alberto Garcia , Stefan Hajnoczi , qemu-block@nongnu.org, Max Reitz This series is a follow-up to the patch I sent last week[1]. It contains a few fixes from my intermediate block streaming branch, but are independent from that feature, so they can be applied now without problems. Berto [1] https://lists.gnu.org/archive/html/qemu-block/2016-03/msg00551.html Alberto Garcia (3): block: never cancel a streaming job without running stream_complete() qemu-iotests: fix test_stream_partial() qemu-iotests: add no-op streaming test block/stream.c | 11 ++++++----- tests/qemu-iotests/030 | 21 ++++++++++++++++++++- tests/qemu-iotests/030.out | 4 ++-- 3 files changed, 28 insertions(+), 8 deletions(-) -- 2.8.0.rc3