From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: kvm@vger.kernel.org
Subject: [PATCH 1/2] configure: include audio list options for --help output
Date: Wed, 30 Jul 2008 15:07:13 -0500 [thread overview]
Message-ID: <20080730200713.GA11939@tapir> (raw)
In-Reply-To: <20080730195735.GA11853@tapir>
Reflects in kvm's configure the qemu options used to enable support for
the different libraries used for audio support propagation and the list
of audio devices emulated.
This list of options replaces the individual options that were used before
kvm-71 with a functional equivalent feature but will require build or script
instructions to replace calls to from --enable-{adlib,ac97,gus} or
--enable-{coreaudio,alsa,esd,fmod,dsound} with their equivalent flags.
Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
---
configure | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 72337c9..2558e0e 100755
--- a/configure
+++ b/configure
@@ -30,10 +30,11 @@ usage() {
EOF
cd qemu
- ./configure --help | egrep "enable-|disable-" \
+ ./configure --help | egrep "enable-|disable-|audio-|Available" \
| grep -v user | grep -v system | grep -v kqemu | grep -v kvm \
| sed -e "s/^ / /g" \
- | sed -e"s/ enable/enable/g" | sed -e "s/ disable/disable/g"
+ | sed -e "s/ enable/enable/g" | sed -e "s/ disable/disable/g" \
+ | sed -e "s/ set/set/g" | sed -e "s/ Available/Available/g"
exit 1
}
--
1.5.4.5
next prev parent reply other threads:[~2008-07-30 19:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-30 19:57 [RESEND][PATCH 0/2] configure: add support for audio-{drv,card}-list Carlo Marcelo Arenas Belon
2008-07-30 20:07 ` Carlo Marcelo Arenas Belon [this message]
2008-07-30 20:11 ` [PATCH 2/2] configure: passthrough for audio-{drv,card} and logic cleanup Carlo Marcelo Arenas Belon
2008-07-31 3:34 ` TJ
2008-07-31 9:28 ` Carlo Marcelo Arenas Belon
2008-07-31 9:49 ` Avi Kivity
2008-07-31 7:02 ` [PATCH 1/1] " TJ
-- strict thread matches above, loose matches on Subject: below --
2008-07-16 6:56 [PATCH 0/2] configure: add support for audio-{drv,card}-list Carlo Marcelo Arenas Belon
2008-07-16 6:58 ` [PATCH 1/2] configure: include audio list options for --help output Carlo Marcelo Arenas Belon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080730200713.GA11939@tapir \
--to=carenas@sajinet.com.pe \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox