From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aimX8-0003P4-5M for qemu-devel@nongnu.org; Wed, 23 Mar 2016 13:25:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aimX7-0008FJ-3N for qemu-devel@nongnu.org; Wed, 23 Mar 2016 13:25:26 -0400 Date: Wed, 23 Mar 2016 13:25:17 -0400 From: Jeff Cody Message-ID: <20160323172517.GC5525@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v2 0/3] Various block-stream fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: Kevin Wolf , qemu-block@nongnu.org, qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz On Mon, Mar 21, 2016 at 03:47:24PM +0200, Alberto Garcia wrote: > 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 > > Thanks, Applied to my block branch: git://github.com/codyprime/qemu-kvm-jtc.git block -Jeff