From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: Jindrich Makovicka <makovick@gmail.com>
Cc: Avi Kivity <avi@qumranet.com>,
"kvm-devel@lists.sourceforge.net" <kvm@vger.kernel.org>
Subject: Re: [ANNOUNCE] kvm-71 release
Date: Wed, 16 Jul 2008 01:16:20 -0500 [thread overview]
Message-ID: <20080716061620.GA17992@tapir> (raw)
In-Reply-To: <20080715213556.6ced5503@holly>
On Tue, Jul 15, 2008 at 09:35:56PM +0200, Jindrich Makovicka wrote:
> On Mon, 14 Jul 2008 18:00:37 +0300
> Avi Kivity <avi@qumranet.com> wrote:
>
> > Again, this took longer than I'd like, but the new release is finally
> > out. It's composed mainly of incremental fixes, but important ones.
>
> [...]
>
> I needed to trivially modify configure to be able to build ALSA audio
>
> (via ./configure --audio-drv-list=alsa)
this will disable the default driver of "oss" and only enable alsa, where
most likely what you want is :
./configure --audio-drv-list="alsa oss"
> Fix attached.
the fix proposed wouldn't allow for a list of drivers passed and is
incorrectly assigning opt to itself and should do instead :
opt="$optorig"
sadly, the only solution I could come with, violates the current layering
by handling the two list options in kvm instead, at least as a passthrough
that would preserve the parameter count and formatting.
Carlo
prev parent reply other threads:[~2008-07-16 5:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 15:00 [ANNOUNCE] kvm-71 release Avi Kivity
2008-07-14 16:07 ` Farkas Levente
2008-07-14 22:45 ` Erik Bussink
2008-07-14 22:43 ` [ANNOUNCE] kvm-71 release (typedef 'bool' on RHEL 5.2) Erik Bussink
2008-07-15 19:35 ` [ANNOUNCE] kvm-71 release Jindrich Makovicka
2008-07-16 6:16 ` Carlo Marcelo Arenas Belon [this message]
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=20080716061620.GA17992@tapir \
--to=carenas@sajinet.com.pe \
--cc=avi@qumranet.com \
--cc=kvm@vger.kernel.org \
--cc=makovick@gmail.com \
/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