From patchwork Thu Feb 10 17:37:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 82638 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 436FAB70E7 for ; Fri, 11 Feb 2011 04:48:38 +1100 (EST) Received: from localhost ([127.0.0.1]:33301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnad9-0002n8-L7 for incoming@patchwork.ozlabs.org; Thu, 10 Feb 2011 12:48:35 -0500 Received: from [140.186.70.92] (port=36889 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnaT4-0006il-Ce for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnaT3-0004Vi-0Z for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:10 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:45897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnaT2-0004UT-Ss for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:08 -0500 Received: by mail-gy0-f173.google.com with SMTP id 5so757667gye.4 for ; Thu, 10 Feb 2011 09:38:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:cc:subject:date:message-id :x-mailer:in-reply-to:references; bh=TWqKQn5qVnzKWRa4s8P4uuYCbZ4xL9osKNU9mWjcZL0=; b=wRgRVvCxmq2K0G1rpfNqTzkTSRNgBOHr5fH7/BN8Jx2PuYKCs2SLl0fau7HCd18EzB eoUVl+B32LiBy0P7FN9IMlQ7eMUHzlaI3k866GQcFLeF8moplSqzkBetN04XejqugUvS 428VB5ihBjVRdw17T4gjoQbBaF+kAtP0GquSc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=cr8J6YmfehNJpr07CJ6WtzbkAApzXgZyRLsb2eiOXkB3rK4S3fngKn49QHyY06oZyX CK/ULmrHp9ZVKUMaubdrKlRPZ0rWQsPD9nGeS/5/Pt/N+ERng+SWE75FCT5CE8xMda+x oQA1MO+qzNNFu24WqVrnpNhTcrFCs2GgLTfxQ= Received: by 10.150.189.4 with SMTP id m4mr3472461ybf.218.1297359488584; Thu, 10 Feb 2011 09:38:08 -0800 (PST) Received: from localhost.localdomain (93-34-149-100.ip50.fastwebnet.it [93.34.149.100]) by mx.google.com with ESMTPS id 66sm140033yhl.46.2011.02.10.09.38.06 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Feb 2011 09:38:08 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Thu, 10 Feb 2011 18:37:44 +0100 Message-Id: <1297359464-9789-8-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.3.5 In-Reply-To: <1297359464-9789-1-git-send-email-pbonzini@redhat.com> References: <1297359464-9789-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.173 Cc: Blue Swirl Subject: [Qemu-devel] [PATCH 7/7] remove CONFIG_THREAD X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini Cc: Stefan Weil Cc: Blue Swirl --- configure | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 598e8e1..46a6389 100755 --- a/configure +++ b/configure @@ -2609,7 +2609,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 @@ -2696,7 +2695,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