From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO6xP-0006RK-TO for qemu-devel@nongnu.org; Tue, 07 Jul 2009 05:27:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO6xK-0006K4-Jn for qemu-devel@nongnu.org; Tue, 07 Jul 2009 05:27:23 -0400 Received: from [199.232.76.173] (port=51138 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO6xK-0006Jl-EC for qemu-devel@nongnu.org; Tue, 07 Jul 2009 05:27:18 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38986) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO6xJ-00024e-H0 for qemu-devel@nongnu.org; Tue, 07 Jul 2009 05:27:18 -0400 Message-ID: <4A5314AC.4080903@redhat.com> Date: Tue, 07 Jul 2009 11:26:04 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-img convert : failed to convert an image which contains a backing file References: <4A5227EE.40505@andrew.cmu.edu> In-Reply-To: <4A5227EE.40505@andrew.cmu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Akkarit Sangpetch Cc: qemu-devel@nongnu.org Akkarit Sangpetch schrieb: > Hi, I have a problem with qemu-img convert tool in the master branch. > > The command 'qemu-img convert' failed to produce a valid image if the source image referenced a backing file. > > [...] > > The attached patch seems to fix the problem. > (it modifies the patch found here http://git.savannah.gnu.org/cgit/qemu.git/commit/?id=93c65b47a6fb9ba0e2b89269a751ba3433a33427) The patch looks good to me. Could you resubmit it as a proper patch? ([PATCH] in subject, commit message and Signed-off-by line) Kevin