summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2011-03-14 23:44:28 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2011-03-14 23:44:28 -0300
commit109ecca3139ea52f125237677399424eb102311b (patch)
tree245e90cdd4da575f9e1c6665a5158b22facb2d3d /configure
parent0d2956697b7e7ee457cae5789f91afe58b190bf9 (diff)
parent714bd040906637441fc10a33d1f6553cfef4938a (diff)
Merge commit '714bd040906637441fc10a33d1f6553cfef4938a' into upstream-merge
* commit '714bd040906637441fc10a33d1f6553cfef4938a': provide dummy signal init functions for win32 merge all signal initialization with qemu_signalfd_init, rename iothread stops the vcpu thread via IPI do not use timedwait on qemu_cpu_cond do not use timedwait on qemu_pause_cond do not use timedwait on qemu_system_cond do not use timedwait on qemu_halt_cond always signal pause_cond after stopping a VCPU exit round-robin vcpu loop if cpu->stopped is true always qemu_cpu_kick after unhalting a cpu inline cpu_halted into sole caller remove CONFIG_THREAD add assertions on the owner of a QemuMutex include qemu-thread.h early Conflicts: cpus.c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 43f92bbaa..f182b6a81 100755
--- a/configure
+++ b/configure
@@ -2791,7 +2791,6 @@ if test "$vnc_png" != "no" ; then
fi
if test "$vnc_thread" != "no" ; then
echo "CONFIG_VNC_THREAD=y" >> $config_host_mak
- echo "CONFIG_THREAD=y" >> $config_host_mak
fi
if test "$fnmatch" = "yes" ; then
echo "CONFIG_FNMATCH=y" >> $config_host_mak
@@ -2887,7 +2886,6 @@ if test "$xen" = "yes" ; then
fi
if test "$io_thread" = "yes" ; then
echo "CONFIG_IOTHREAD=y" >> $config_host_mak
- echo "CONFIG_THREAD=y" >> $config_host_mak
fi
if test "$linux_aio" = "yes" ; then
echo "CONFIG_LINUX_AIO=y" >> $config_host_mak