From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO6f6-0007Vv-2a for qemu-devel@nongnu.org; Tue, 16 Oct 2012 08:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO6f0-0003Cz-8H for qemu-devel@nongnu.org; Tue, 16 Oct 2012 08:54:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO6ez-0003Ct-V9 for qemu-devel@nongnu.org; Tue, 16 Oct 2012 08:54:14 -0400 Message-ID: <507D58ED.2060409@redhat.com> Date: Tue, 16 Oct 2012 14:54:05 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1350391578-1191-1-git-send-email-alex@alex.org.uk> In-Reply-To: <1350391578-1191-1-git-send-email-alex@alex.org.uk> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv4] qemu-img rebase: use empty string to rebase without backing file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: qemu-devel@nongnu.org Am 16.10.2012 14:46, schrieb Alex Bligh: > This patch allows an empty filename to be passed as the new base image name > for qemu-img rebase to mean base the image on no backing file (i.e. > independent of any backing file). According to Eric Blake, qemu-img rebase > already supports this when '-u' is used; this adds support when -u is not > used. > > Signed-off-by: Alex Bligh Thanks, applied to the block branch. Kevin