All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jindrich Makovicka <makovick@gmail.com>
To: Avi Kivity <avi@qumranet.com>
Cc: "kvm-devel@lists.sourceforge.net" <kvm@vger.kernel.org>
Subject: Re: [ANNOUNCE] kvm-71 release
Date: Tue, 15 Jul 2008 21:35:56 +0200	[thread overview]
Message-ID: <20080715213556.6ced5503@holly> (raw)
In-Reply-To: <487B6A15.10407@qumranet.com>

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]

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)

Fix attached.

-- 
Jindrich Makovicka

[-- Attachment #2: configure.diff --]
[-- Type: text/x-patch, Size: 417 bytes --]

--- configure.orig	2008-07-10 15:20:48.000000000 +0200
+++ configure	2008-07-15 21:34:07.000000000 +0200
@@ -38,7 +38,8 @@
 }
 
 while [[ "$1" = -* ]]; do
-    opt="$1"; shift
+    optorig="$1"; shift
+    opt=$opt
     arg=
     if [[ "$opt" = *=* ]]; then
 	arg="${opt#*=}"
@@ -70,7 +71,7 @@
 	    usage
 	    ;;
 	*)
-	    qemu_opts="$qemu_opts $opt"
+	    qemu_opts="$qemu_opts $optorig"
 	    ;;
     esac
 done

  parent reply	other threads:[~2008-07-15 19:36 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 ` Jindrich Makovicka [this message]
2008-07-16  6:16   ` [ANNOUNCE] kvm-71 release 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=20080715213556.6ced5503@holly \
    --to=makovick@gmail.com \
    --cc=avi@qumranet.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.