From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5frx-0007jb-D1 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 10:30:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5frw-0003Wt-B6 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 10:30:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5frw-0003Wf-3x for qemu-devel@nongnu.org; Tue, 12 Oct 2010 10:30:20 -0400 Message-ID: <4CB470F5.7080601@redhat.com> Date: Tue, 12 Oct 2010 16:30:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 23/39] deprecate --audio-card-list References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> <1286888457-5033-24-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org On 10/12/2010 03:49 PM, malc wrote: > On Tue, 12 Oct 2010, Paolo Bonzini wrote: > >> 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 "" > > Point of this text shuffling is? It gets under the "Deprecated options:" heading, see patch subject. Paolo