From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Marcelo Arenas Belon Subject: Re: kvm72: configure script mangles --audio-drv-list and --audio-card-list and blocks them from --help Date: Wed, 30 Jul 2008 12:37:49 -0500 Message-ID: <20080730173749.GA10849@tapir> References: <1217416390.2598.11.camel@hephaestion.lan.tjworld.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: TJ Return-path: Received: from tapir.sajinet.com.pe ([66.139.79.212]:43361 "EHLO tapir.sajinet.com.pe" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753046AbYG3RLF (ORCPT ); Wed, 30 Jul 2008 13:11:05 -0400 Content-Disposition: inline In-Reply-To: <1217416390.2598.11.camel@hephaestion.lan.tjworld.net> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 30, 2008 at 12:13:10PM +0100, TJ wrote: > The ./configure script, whilst trying to be clever in passing options to > qemu/configure, mangles the --audio-*-list options. It also prevents the > audio-*-list options showing up as a result of --help. this sounds like the problem that was introduced with the qemu merge for kvm-71; the following patch series addresses it : http://www.mail-archive.com/kvm@vger.kernel.org/msg01763.html they should also apply to kvm-72 cleanly, but will try to rebase them and resend them later so they have a better chance of getting merged. Carlo