From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47902 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fEf-0005GT-KX for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:49:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5fEe-0004xM-Hg for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:49:45 -0400 Received: from fe02x03-cgp.akado.ru ([77.232.31.165]:54785 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5fEe-0004xG-AV for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:49:44 -0400 Date: Tue, 12 Oct 2010 17:49:38 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] [PATCH 23/39] deprecate --audio-card-list In-Reply-To: <1286888457-5033-24-git-send-email-pbonzini@redhat.com> Message-ID: References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> <1286888457-5033-24-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org 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? -- mailto:av1474@comtv.ru