qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 00/12] -audiodev option


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 00/12] -audiodev option
Date: Mon, 15 Jun 2015 11:01:55 +0200

  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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]