summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSooyoung Ha <yoosah.ha@samsung.com>2016-07-06 15:37:19 +0900
committerSooyoung Ha <yoosah.ha@samsung.com>2016-07-11 11:56:14 +0900
commitb28120343e545e9d5a50f3b05952f3faefbaa6ef (patch)
treebae948441fe6ad4ee1dbfae67db9a916be94d108 /configure
parent4875fd78bfeab06790761c3cea222d7b6820a4dd (diff)
downloadqemu-b28120343e545e9d5a50f3b05952f3faefbaa6ef.tar.gz
qemu-b28120343e545e9d5a50f3b05952f3faefbaa6ef.tar.bz2
qemu-b28120343e545e9d5a50f3b05952f3faefbaa6ef.zip
virtfs: enable virtfs for qemu 2.6
Change-Id: I1b290381a46b7170dc0d356dd96df8defc97ef93 Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure b/configure
index e36f46348b..a3b12d7353 100755
--- a/configure
+++ b/configure
@@ -4919,14 +4919,12 @@ if test "$softmmu" = yes ; then
if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then
virtfs=yes
tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
- elif test "$darwin" = yes ; then
+ elif test "$maru" = yes && test "$darwin" = yes ; then
echo "Enable VirtFS on Darwin"
-# virtfs=yes
- virtfs=no
- elif test "$mingw32" = yes ; then
+ virtfs=yes
+ elif test "$maru" = yes && test "$mingw32" = yes ; then
echo "Enable VirtFS on Windows"
-# virtfs=yes
- virtfs=no
+ virtfs=yes
else
if test "$virtfs" = yes; then
error_exit "VirtFS is supported only on Linux and requires libcap-devel and libattr-devel"