diff mbox

[V11,02/15] virtio-9p: Enable CONFIG_THREAD if CONFIG_VIRTFS is enabled

Message ID 1308903744-2870-3-git-send-email-mohan@in.ibm.com
State New
Headers show

Commit Message

Mohan Kumar M June 24, 2011, 8:22 a.m. UTC
From: "M. Mohan Kumar" <mohan@in.ibm.com>

9p Chroot environment needs APIs defined in qemu-thread.c, so enable
CONFIG_THREAD if virtfs is enabled

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/configure b/configure
index df63403..888ac87 100755
--- a/configure
+++ b/configure
@@ -2964,6 +2964,7 @@  fi
 if test "$linux" = "yes" ; then
   if test "$attr" = "yes" ; then
     echo "CONFIG_VIRTFS=y" >> $config_host_mak
+    echo "CONFIG_THREAD=y" >> $config_host_mak
   fi
 fi
 if test "$blobs" = "yes" ; then