From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49234 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORNiL-0007qz-Px for qemu-devel@nongnu.org; Wed, 23 Jun 2010 07:01:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORNiK-00016b-By for qemu-devel@nongnu.org; Wed, 23 Jun 2010 07:01:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40361) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORNiK-000160-5O for qemu-devel@nongnu.org; Wed, 23 Jun 2010 07:01:52 -0400 Message-ID: <4C21E990.8050205@redhat.com> Date: Wed, 23 Jun 2010 13:01:36 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] block: allow filenames with colons again for host devices References: <20100623102517.GA11292@lst.de> In-Reply-To: <20100623102517.GA11292@lst.de> 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: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 23.06.2010 12:25, schrieb Christoph Hellwig: > Before the raw/file split we used to allow filenames with colons for host > device only. While this was more by accident than by design people rely > on it, so we need to bring it back. > > So move the host device probing to be before the protocol detection > again. > > Signed-off-by: Christoph Hellwig Thanks, applied to the block branch. Kevin