From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Shah Subject: Re: [PATCH] support colon in filenames Date: Wed, 24 Jun 2009 22:57:38 +0530 Message-ID: <20090624172738.GC24285@amit-x200.redhat.com> References: <1245862739.6278.7.camel@localhost> <20090624172659.GB24285@amit-x200.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-devel , Anthony Liguori , Eduardo Habkost To: Ram Pai Return-path: Received: from mx2.redhat.com ([66.187.237.31]:57176 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753312AbZFXR1k (ORCPT ); Wed, 24 Jun 2009 13:27:40 -0400 Content-Disposition: inline In-Reply-To: <20090624172659.GB24285@amit-x200.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: (Actually add Eduardo to CC) On (Wed) Jun 24 2009 [22:56:59], Amit Shah wrote: > On (Wed) Jun 24 2009 [09:58:59], Ram Pai wrote: > > Problem: It is impossible to feed filenames with the character colon because > > qemu interprets such names as a protocol. For example a filename scsi:0, > > is interpreted as a protocol by name "scsi". > > > > This patch allows users to espace colon characters. For example the above filename > > can now be expressed as 'scsi\:0' > > Eduardo (CC'ed) had a patch as well: > > http://thread.gmane.org/gmane.comp.emulators.qemu/39229/focus=39229 Amit