From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNJv5-00031E-Jv for qemu-devel@nongnu.org; Mon, 07 Nov 2011 02:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNJv4-0002jD-JG for qemu-devel@nongnu.org; Mon, 07 Nov 2011 02:47:03 -0500 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:60458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNJv2-0002ib-Ti for qemu-devel@nongnu.org; Mon, 07 Nov 2011 02:47:02 -0500 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by e28smtp02.in.ibm.com (8.14.4/8.13.1) with ESMTP id pA77krXn004828 for ; Mon, 7 Nov 2011 13:16:53 +0530 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA77krwA3567786 for ; Mon, 7 Nov 2011 13:16:53 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA77kqmR017645 for ; Mon, 7 Nov 2011 18:46:53 +1100 Message-ID: <4EB78CE9.4030305@linux.vnet.ibm.com> Date: Mon, 07 Nov 2011 15:46:49 +0800 From: Zhi Hui Li MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] backing_file Path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi cowcoww , kwolf@redhat.com, QEMU-devel Cc: zhihuili@cn.ibm.com when I trace the code of qemu-img.c=EF=BC=8C I found in the image file, t= he=20 backing_file use the relative path, I think Maybe it has some problems. for example: 1: qemu-img create -o backing_file=3D../xxxx aa.img 5G 2: qemu-system-x86_64 aa.img if you change aa.img's the path, the exec is wrong,it can't find the=20 backing_file path, because the backing_file use the relative path, Could we change the relative path to the absolute path?