From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bznFY-00038F-71 for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bznFU-0001TJ-CH for qemu-devel@nongnu.org; Thu, 27 Oct 2016 12:09:52 -0400 Date: Thu, 27 Oct 2016 18:09:41 +0200 From: Kevin Wolf Message-ID: <20161027160941.GJ4027@noname.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v12 18/19] block: Add 'base-node' parameter to the 'block-stream' command 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 way to specify the node from which to copy data in the > block-stream operation is by using the 'base' parameter. This > parameter however takes a file name, not a node name. > > Since we want to be able to perform this operation using only node > names, this patch adds a new 'base-node' parameter. > > Signed-off-by: Alberto Garcia Reviewed-by: Kevin Wolf