From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vftvp-000551-SI for qemu-devel@nongnu.org; Mon, 11 Nov 2013 11:01:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vftvi-0004WX-TU for qemu-devel@nongnu.org; Mon, 11 Nov 2013 11:01:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vftvi-0004W5-MV for qemu-devel@nongnu.org; Mon, 11 Nov 2013 11:01:34 -0500 Date: Mon, 11 Nov 2013 17:01:30 +0100 From: Kevin Wolf Message-ID: <20131111160130.GG3046@dhcp-200-207.str.redhat.com> References: <1383850068-3903-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383850068-3903-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qapi-schema: Update description for NewImageMode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Wenchao Xia Am 07.11.2013 um 19:47 hat Max Reitz geschrieben: > If the NewImageMode is "absolute-paths" but no backing file is available > (e.g., when mirroring a device with an unbacked image), the target image > will not be backed either. This patch updates the documentation in > qapi-schema.json accordingly. > > Signed-off-by: Max Reitz > --- > Follow-up to: > - block/drive-mirror: Check for NULL backing_hd Thanks, applied to the block branch. Kevin