From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO2B8-0002sE-Q6 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 05:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO2B0-0005Gv-7L for qemu-devel@nongnu.org; Mon, 23 Sep 2013 05:11:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO2Az-0005Gi-Vk for qemu-devel@nongnu.org; Mon, 23 Sep 2013 05:11:30 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8N9BTRR006753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Sep 2013 05:11:29 -0400 Date: Mon, 23 Sep 2013 11:11:37 +0200 From: Kevin Wolf Message-ID: <20130923091137.GB2223@dhcp-200-207.str.redhat.com> References: <1379851507-17921-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379851507-17921-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block: fix backing file overriding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 22.09.2013 um 14:05 hat Fam Zheng geschrieben: > The backing.file.filename option is not working as expected: if there's also a > backing file name from the format driver, adding this option fails bdrv_open; > if there's no backing file name info in the image, "info block" doesn't show > the overrided file name. > > A test case is updated to catch these issues. Thanks, applied to the block branch. Kevin