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:56:59 +0530 Message-ID: <20090624172659.GB24285@amit-x200.redhat.com> References: <1245862739.6278.7.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-devel , Anthony Liguori To: Ram Pai Return-path: Received: from mx2.redhat.com ([66.187.237.31]:57158 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752627AbZFXR1B (ORCPT ); Wed, 24 Jun 2009 13:27:01 -0400 Content-Disposition: inline In-Reply-To: <1245862739.6278.7.camel@localhost> Sender: kvm-owner@vger.kernel.org List-ID: 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