From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4QHP-0005D9-Vw for qemu-devel@nongnu.org; Mon, 15 Jun 2015 05:02:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4QHJ-0006ao-I7 for qemu-devel@nongnu.org; Mon, 15 Jun 2015 05:02:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4QHJ-0006aN-A2 for qemu-devel@nongnu.org; Mon, 15 Jun 2015 05:02:01 -0400 Message-ID: <1434358915.31654.52.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 15 Jun 2015 11:01:55 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/12] -audiodev option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?K=C5=91v=C3=A1g=C3=B3=2C_Zolt=C3=A1n?= Cc: qemu-devel@nongnu.org Hi, > This series of patches adds a new -audiodev command line option to specify audio > subsytem parameters instead of environment variables. This will later allow us > to specify multiple audio backends. The syntax is something like this: > -audiodev driver_name,property=value,... > like: > -audiodev alsa,frequency=8000,channels=1 > > The first 6 commits are cleanup commits of the audio backends. The next commit > adds a qapi Audiodev struct that describes the audio backend options. The next 4 > commits are some miscellaneous additions that are needed by the last commit > which finally adds the -audiodev option. Fails to apply to latest & build on latest git master, due to some error handling changes by markus. You can use 'git rebase' to rebase the patches to latest master, resolve conflicts and also edit patches to adapt them to the qemu_opts_foreach changes so they build again. cheers, Gerd