From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gryniewicz Subject: Re: [PATCH 0/2] configure: add support for audio-{drv,card}-list Date: Wed, 16 Jul 2008 12:24:39 -0400 Message-ID: <1216225479.14946.22.camel@localhost> References: <20080716065620.GB17992@tapir> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Carlo Marcelo Arenas Belon Return-path: Received: from apollo.fprintf.net ([208.75.87.34]:45930 "EHLO apollo.fprintf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756920AbYGPQbX (ORCPT ); Wed, 16 Jul 2008 12:31:23 -0400 In-Reply-To: <20080716065620.GB17992@tapir> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2008-07-16 at 01:56 -0500, Carlo Marcelo Arenas Belon wrote: > The following series adds support for qemu's audio configure option lists > that were added in kvm-71 to support selecting which interface will be used > to enable audio in the host from the guest (oss, alsa, sdl, esd, fmod, or > pulseaudio) and which audio devices emulation to enable for the guest (ac97, > adlib, cs2431a or gus). > > PATCH 1/2 : configure: include audio list options for --help output > PATCH 2/2 : configure: passthrough for audio-{drv,card}-list > > Carlo This is largely what I had to do for the gentoo kvm packages (but nicer). Dan