From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjUD3-0007ho-0E for qemu-devel@nongnu.org; Tue, 06 Oct 2015 11:31:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjUD0-0005w0-AS for qemu-devel@nongnu.org; Tue, 06 Oct 2015 11:31:20 -0400 Date: Tue, 6 Oct 2015 17:31:06 +0200 From: Kevin Wolf Message-ID: <20151006153106.GD24770@noname.str.redhat.com> References: <1f3baf6c7c9508bd304ef345ebbc92ac11df5e35.1442928283.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f3baf6c7c9508bd304ef345ebbc92ac11df5e35.1442928283.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v6 1/4] block: rename BlockdevSnapshot to BlockdevSnapshotSync List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz Am 22.09.2015 um 15:28 hat Alberto Garcia geschrieben: > We will introduce the 'blockdev-snapshot' command that will require > its own struct for the parameters, so we need to rename this one in > order to avoid name clashes. > > Signed-off-by: Alberto Garcia > Reviewed-by: Eric Blake > Reviewed-by: Max Reitz Reviewed-by: Kevin Wolf