summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGautham R Shenoy2010-04-29 14:14:43 +0200
committerAnthony Liguori2010-05-03 19:17:37 +0200
commit74db920c32cea5b52a91b81f2bfd467fc070e942 (patch)
tree5d24e75c376c281478fe4643e090e99eb044401d /configure
parentvirtio-serial: Fix check for 'assert'; prevent NULL derefs (diff)
downloadqemu-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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 172b7cfcaf..87942f4902 100755
--- a/configure
+++ b/configure
@@ -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"