WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Xen Qemu DM soundhw

To: Christian Motschke <christian@xxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: Xen Qemu DM soundhw
From: Thomas Goirand <thomas@xxxxxxxxxx>
Date: Tue, 09 Mar 2010 02:09:14 +0800
Cc:
Delivery-date: Mon, 08 Mar 2010 10:09:59 -0800
Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=goirand.fr; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=postfix; bh=0cg4s69up hSoVB1mY1gds1Sf8FA=; b=FXbAJzEQsb374TL19Px2McsKi8sWZX/jRWKWjTbnt TfkUx6NNcpWqZH6eGyIiJSlt14KnMMcx5+b2IzsNoCEUYhSEpvOo7nvaVHfZ6SpU LHhwFyQzbUQBU2tyawuLopGp1fDIqv5fxFcfmhHiEKrlJuj32tmQWIX9PGiIGyeT Is=
Domainkey-signature: a=rsa-sha1; c=nofws; d=goirand.fr; h=message-id:date :from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=postfix; b=JLv eUoJe6OvGH+upslbAg4x35VE+8QHTn5/Md5W4umQplzR4iwVcmgm3SxG8G92PiDt wE+kb9NLp1AIaaDlJq7qu5x1VSuogNk5/1u28z3NW6woMk2nYkWdRV+0+rnUBrj2 6Q29JS8xX5lfeALTK15oGbhm+oicpQbugRJYkicY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4A0B5E8A-272D-40E7-B8F7-FC2E5531F5B8@xxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Openpgp: id=98EF9A49
Organization: GPLHost
References: <4A0B5E8A-272D-40E7-B8F7-FC2E5531F5B8@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)
Christian Motschke wrote:
> Hi,
> 
> it took me ages to find the error in the build scripts, why we have no 
> -soundhw in qemu-dm. It is not your fault, but since month, the upstream 
> sources have the error. all you need is the following patch:
> 
> --- configure 2009-12-16 19:42:32.000000000 +0100
> +++ ../xen-3.4-testing.hg/tools/ioemu-dir/configure   2010-03-08 
> 16:06:43.000000000 +0100
> @@ -1382,6 +1382,9 @@
>    echo "#define CONFIG_VDE 1" >> $config_h
>    echo "VDE_LIBS=-lvdeplug" >> $config_mak
>  fi
> +if ! test -z "$audio_card_list"; then
> +     echo "CONFIG_AUDIO=yes" >> $config_mak
> +fi
>  for card in $audio_card_list; do
>      def=CONFIG_`echo $card | tr '[:lower:]' '[:upper:]'`
>      echo "$def=yes" >> $config_mak
> 
> That's all. This would also fix soundhw for a lot of other people who asked 
> for it on several mailing lists if it would be included upstream. But i don't 
> know who to ask. Do you?
> 
> Viele Grüße.
> Christian

I sure do, forwarding this to the Xen devel list. Can this be added to
the official Git of Qemu for Xen 3.4?

Thomas


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>