From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRLkh-000232-FB for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:51:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRLkc-000228-SN for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:51:39 -0400 Received: from [199.232.76.173] (port=45484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRLkc-000225-Nj for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:51:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28556) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRLkc-000581-44 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:51:34 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRLka-0005jg-TG for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:51:33 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e34.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n6G7ltLi023813 for ; Thu, 16 Jul 2009 01:47:55 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n6G7pO36185920 for ; Thu, 16 Jul 2009 01:51:24 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6G7pO5E005343 for ; Thu, 16 Jul 2009 01:51:24 -0600 From: Ram Pai In-Reply-To: <4A5ED906.500@redhat.com> References: <1246511321.6429.31.camel@localhost> <4A4C754D.10109@redhat.com> <4A4CAD86.9020607@us.ibm.com> <4A4CB39F.5070506@redhat.com> <1247041831.6297.12.camel@localhost> <1247644283.14246.3.camel@localhost> <4A5DA1B7.5000204@siemens.com> <1247677395.14246.38.camel@localhost> <20090715182025.GC3056@shareable.org> <1247683475.14246.90.camel@localhost> <20090715210459.GJ3056@shareable.org> <1247711285.14246.116.camel@localhost> <4A5ED906.500@redhat.com> Content-Type: text/plain Date: Thu, 16 Jul 2009 00:51:22 -0700 Message-Id: <1247730682.14246.144.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: qcow2 relative paths Reply-To: linuxram@us.ibm.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Jan Kiszka , Anthony Liguori , qemu-devel@nongnu.org, kvm-devel On Thu, 2009-07-16 at 09:38 +0200, Kevin Wolf wrote: > Ram Pai schrieb: > > On Wed, 2009-07-15 at 22:04 +0100, Jamie Lokier wrote: > >> What an unhelpful error message... There isn't even a way to find out > >> the backing file path which the tool is looking for. > > > > Ok. i have introduced a message towards the effect, in the next revision > > of the patch. Hope that will make things a little easier. > > Please don't include it here - one patch for one problem. I agree that > this error message isn't exactly helpful, but it must be fixed in a > different patch. Oops. I already sent out the patch containing that message. Should we freeze this patch and commit it, if there are no fundamental issues? I will provide subsequent patches to any bugs uncovered because of this patch. RP > > Kevin