From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42163 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhJg6-0006Q8-2O for qemu-devel@nongnu.org; Mon, 24 Jan 2011 05:29:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhJg3-0004oL-JJ for qemu-devel@nongnu.org; Mon, 24 Jan 2011 05:29:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhJg3-0004o7-Cj for qemu-devel@nongnu.org; Mon, 24 Jan 2011 05:29:39 -0500 Message-ID: <4D3D54EB.3030502@redhat.com> Date: Mon, 24 Jan 2011 11:31:07 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1295861540-28423-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1295861540-28423-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] block: Use backing format driver during image creation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Jes Sorensen , qemu-devel@nongnu.org, xudong <706766@bugs.launchpad.net> Am 24.01.2011 10:32, schrieb Stefan Hajnoczi: > The backing format should be honored during image creation. For some > reason we currently use the image format to open the backing file. This > fails when the backing file has a different format than the image being > created. Keep the image and backing format drivers completely separate. > > Also print the backing filename if there is an error opening the backing > file instead of the image filename. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. I think we'll want to have a qemu-iotests case for this kind of regressions. Kevin