From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Marcelo Arenas Belon Subject: [PATCH 0/2] configure: add support for audio-{drv,card}-list Date: Wed, 16 Jul 2008 01:56:20 -0500 Message-ID: <20080716065620.GB17992@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]:42322 "EHLO tapir.sajinet.com.pe" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751019AbYGPGas (ORCPT ); Wed, 16 Jul 2008 02:30:48 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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