From patchwork Tue Oct 12 13:00:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 67582 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 43C6DB70AF for ; Wed, 13 Oct 2010 00:47:44 +1100 (EST) Received: from localhost ([127.0.0.1]:42370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fCX-0003DG-Gc for incoming@patchwork.ozlabs.org; Tue, 12 Oct 2010 09:47:33 -0400 Received: from [140.186.70.92] (port=41694 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5eUQ-0007mI-CD for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5eUJ-0004pX-O5 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:01:58 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:60844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5eUJ-0004WW-LG for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:01:51 -0400 Received: by mail-qy0-f180.google.com with SMTP id 1so4942468qyk.4 for ; Tue, 12 Oct 2010 06:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:x-mailer:in-reply-to:references; bh=d5MNeFg7tucjctZ5WH/TjD8EcmMXIZeHrMkrcFo02vU=; b=Jz1reLWwDo4d9RResoE696LIGQTJq4bqWHfz7fUJMWZhJ8gUouYQClVvSennh8kZk1 li1ZrXtiDkl7NzEV7XEToW/QdMVsanXh7AILJRru7yq+esLDwHo8towBXE6MIHTGw5rj tOAp1bh8YjTrTenhRVPJg0kkVcszxaEE5AAT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=Q5Z1MCYtvBBGtzZ3AanX0dVlFos2rOoE0ZAwsQG6j0is8/OIZWL8wSeJFwGdNPXgut UdOw0o6gfih3qegZNowwr+m75RP8umvcE/yNGKECJPAbWEkUivMFQmbYmh+P7Oatio5s kYMZDpzPVZRJ6xK/zoyFf0EZ35twXDbDxoVUY= Received: by 10.229.98.9 with SMTP id o9mr4777386qcn.247.1286888511169; Tue, 12 Oct 2010 06:01:51 -0700 (PDT) Received: from localhost.localdomain (nat-pool-brq-t.redhat.com [209.132.186.34]) by mx.google.com with ESMTPS id s34sm5931078qcp.20.2010.10.12.06.01.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Oct 2010 06:01:50 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Oct 2010 15:00:41 +0200 Message-Id: <1286888457-5033-24-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH 23/39] deprecate --audio-card-list 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 We have config files now which provide fine-grained control. Signed-off-by: Paolo Bonzini --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5786729..efebaa9 100755 --- a/configure +++ b/configure @@ -856,8 +856,6 @@ echo " --enable-sdl enable SDL" echo " --enable-cocoa enable COCOA (Mac OS X only)" echo " --audio-drv-list=LIST set audio drivers list:" echo " Available drivers: $audio_possible_drivers" -echo " --audio-card-list=LIST set list of emulated audio cards [$audio_card_list]" -echo " Available cards: $audio_possible_cards" echo " --block-drv-whitelist=L set block driver whitelist" echo " (affects only QEMU, not qemu-img)" echo " --enable-mixemu enable mixer emulation" @@ -934,6 +932,8 @@ echo " --extra-ldflags=LDFLAGS append extra linker flags LDFLAGS" echo " --fmod-lib path to FMOD library" echo " --fmod-inc path to FMOD includes" echo " --oss-lib path to OSS library" +echo " --audio-card-list=LIST set list of emulated audio cards [$audio_card_list]" +echo " Available cards: $audio_possible_cards" echo " --make=MAKE use specified make [$make]" echo " --install=INSTALL use specified install [$install]" echo ""