From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bznJX-0006ep-A4 for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bznJW-0002ZQ-Jc for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:13:59 -0400 Date: Thu, 27 Oct 2016 18:13:51 +0200 From: Kevin Wolf Message-ID: <20161027161351.GK4027@noname.redhat.com> References: <98c2202ae2f0436cf94d3a85a88c5c6200ea2f24.1477476553.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98c2202ae2f0436cf94d3a85a88c5c6200ea2f24.1477476553.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v12 19/19] qemu-iotests: Test the 'base-node' parameter of 'block-stream' 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: > The block-stream command has traditionally used the 'base' parameter > to indicate the image to copy the data from. This test checks that the > 'base-node' parameter can also be used for the same purpose. > > Signed-off-by: Alberto Garcia Reviewed-by: Kevin Wolf