qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 23/39] deprecate --audio-card-list


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 23/39] deprecate --audio-card-list
Date: Tue, 12 Oct 2010 16:30:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.3

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<address@hidden>
---
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]