Re: [Qemu-devel] [PATCH -V5 01/21] virtio-9p: Create a commandline option -fsdev

2010-04-28 Thread Anthony Liguori
On 04/15/2010 09:10 AM, Aneesh Kumar K.V wrote: From: Gautham R Shenoy This patch creates a new command line option named -fsdev to hold any file system specific information. The option will currently hold the following attributes: -fsdev fstype id=id,path=path_to_share where fstype: Type of th

[Qemu-devel] [PATCH -V5 01/21] virtio-9p: Create a commandline option -fsdev

2010-04-15 Thread Aneesh Kumar K.V
From: Gautham R Shenoy This patch creates a new command line option named -fsdev to hold any file system specific information. The option will currently hold the following attributes: -fsdev fstype id=id,path=path_to_share where fstype: Type of the file system. id: Identifier used to refer t