Re: [PATCH] support colon in filenames

2009-06-25 Thread Kevin Wolf
Ram Pai schrieb: > On Thu, 2009-06-25 at 11:14 +0200, Kevin Wolf wrote: >> Ram Pai schrieb: >>> Copying the qemu-devel mailing list too. >>> >>> On Wed, 2009-06-24 at 09:58 -0700, Ram Pai wrote: Problem: It is impossible to feed filenames with the character colon because qemu inter

Re: [PATCH] support colon in filenames

2009-06-25 Thread Ram Pai
On Thu, 2009-06-25 at 11:14 +0200, Kevin Wolf wrote: > Ram Pai schrieb: > > Copying the qemu-devel mailing list too. > > > > On Wed, 2009-06-24 at 09:58 -0700, Ram Pai wrote: > >> Problem: It is impossible to feed filenames with the character colon > >> because > >> qemu interprets such names as

Re: [PATCH] support colon in filenames

2009-06-25 Thread Kevin Wolf
Ram Pai schrieb: > Copying the qemu-devel mailing list too. > > On Wed, 2009-06-24 at 09:58 -0700, 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 pro

Re: [PATCH] support colon in filenames

2009-06-24 Thread Balbir Singh
* Ram Pai [2009-06-24 10:30:00]: > On Wed, 2009-06-24 at 22:38 +0530, Balbir Singh wrote: > > * Ram Pai [2009-06-24 09:58:59]: > > > > > Problem: It is impossible to feed filenames with the character colon > > > because > > > qemu interprets such names as a protocol. For example a filename s

Re: [PATCH] support colon in filenames

2009-06-24 Thread Ram Pai
Copying the qemu-devel mailing list too. On Wed, 2009-06-24 at 09:58 -0700, 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". > >

Re: [PATCH] support colon in filenames

2009-06-24 Thread Ram Pai
On Wed, 2009-06-24 at 22:38 +0530, Balbir Singh wrote: > * Ram Pai [2009-06-24 09:58:59]: > > > 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

Re: [PATCH] support colon in filenames

2009-06-24 Thread Amit Shah
(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, > >

Re: [PATCH] support colon in filenames

2009-06-24 Thread Amit Shah
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 cha

Re: [PATCH] support colon in filenames

2009-06-24 Thread Balbir Singh
* Ram Pai [2009-06-24 09:58:59]: > 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