diff options
author | Gautham R Shenoy | 2010-04-29 14:14:43 +0200 |
---|---|---|
committer | Anthony Liguori | 2010-05-03 19:17:37 +0200 |
commit | 74db920c32cea5b52a91b81f2bfd467fc070e942 (patch) | |
tree | 5d24e75c376c281478fe4643e090e99eb044401d /configure | |
parent | virtio-serial: Fix check for 'assert'; prevent NULL derefs (diff) | |
download | qemu-74db920c32cea5b52a91b81f2bfd467fc070e942.tar.gz qemu-74db920c32cea5b52a91b81f2bfd467fc070e942.tar.xz qemu-74db920c32cea5b52a91b81f2bfd467fc070e942.zip |
virtio-9p: Create a commandline option -fsdev
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 to this fsdev
path: The path on the host that is identified by this fsdev.
[aneesh.kumar@linux.vnet.ibm.com: Abstraction using FsContext]
Signed-off-by: Gautham R Shenoy <ego@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2757,6 +2757,7 @@ done # for target in $targets if test "$source_path_used" = "yes" ; then DIRS="tests tests/cris slirp audio block net pc-bios/optionrom" DIRS="$DIRS roms/seabios roms/vgabios" + DIRS="$DIRS fsdev" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES tests/test-mmap.c" |