From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzn9m-0006Ya-4T for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:03:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzn9i-0007k4-2w for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:03:54 -0400 Date: Thu, 27 Oct 2016 18:03:38 +0200 From: Kevin Wolf Message-ID: <20161027160338.GI4027@noname.redhat.com> References: <4f4d1d37bce9a1aa27a9d59d1b96435d97a88391.1477476553.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4f4d1d37bce9a1aa27a9d59d1b96435d97a88391.1477476553.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v12 17/19] qemu-iotests: Test streaming to a Quorum child List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Eric Blake , Markus Armbruster Am 26.10.2016 um 12:29 hat Alberto Garcia geschrieben: > Quorum children are special in the sense that they're not directly > attached to a block backend but they're not used as backing images > either. However the intermediate block streaming code supports > streaming to them. This is a test case for that scenario. > > Signed-off-by: Alberto Garcia Reviewed-by: Kevin Wolf