From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Marcelo Arenas Belon Subject: [RESEND][PATCH 0/2] configure: add support for audio-{drv,card}-list Date: Wed, 30 Jul 2008 14:57:35 -0500 Message-ID: <20080730195735.GA11853@tapir> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm@vger.kernel.org Return-path: Received: from tapir.sajinet.com.pe ([66.139.79.212]:43371 "EHLO tapir.sajinet.com.pe" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753370AbYG3Tau (ORCPT ); Wed, 30 Jul 2008 15:30:50 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: This is a rebased version of the original patch series presented to fix issues to configure the different audio options in kvm and that is still present in kvm-72 as shown by recent reports. The following series adds support for the audio option lists from qemu's configure 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