From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52589 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POCcR-0007rq-Vw for qemu-devel@nongnu.org; Thu, 02 Dec 2010 12:07:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POCbI-0001bm-9r for qemu-devel@nongnu.org; Thu, 02 Dec 2010 12:06:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POCbI-0001bh-1v for qemu-devel@nongnu.org; Thu, 02 Dec 2010 12:05:44 -0500 Message-ID: <4CF7D220.8070502@redhat.com> Date: Thu, 02 Dec 2010 18:06:40 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1291308853-11011-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1291308853-11011-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 v2] block: Fix the use of protocols in backing files List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , qemu-devel@nongnu.org Am 02.12.2010 17:54, schrieb Stefan Hajnoczi: > Backing filenames may contain a protocol. The code currently doesn't > consider this case and produces filenames that embed ":". > Don't combine filenames if the backing filename contains a protocol. > > Based on an earlier patch by Anthony Liguori . > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin