Re: [Qemu-devel] [PATCH v4 01/14] qapi: qapi for audio backends

2019-02-07 Thread Zoltán Kővágó
On 2019-01-29 14:33, Markus Armbruster wrote: > "Kővágó, Zoltán" writes: [...] >> + >> +## >> +# @AudiodevPaOptions: >> +# >> +# Options of the pa (PulseAudio) audio backend. >> +# >> +# @server: PulseAudio server address (default: let PulseAudio choose) >> +# >> +# @sink: name of the sink to use

Re: [Qemu-devel] [PATCH v4 01/14] qapi: qapi for audio backends

2019-01-29 Thread Markus Armbruster
"Kővágó, Zoltán" writes: > This patch adds structures into qapi to replace the existing > configuration structures used by audio backends currently. This qapi > will be the base of the -audiodev command line parameter (that replaces > the old environment variables based config). > > This is not a

Re: [Qemu-devel] [PATCH v4 01/14] qapi: qapi for audio backends

2019-01-29 Thread Markus Armbruster
"Kővágó, Zoltán" writes: > This patch adds structures into qapi to replace the existing > configuration structures used by audio backends currently. This qapi > will be the base of the -audiodev command line parameter (that replaces > the old environment variables based config). > > This is not a

[Qemu-devel] [PATCH v4 01/14] qapi: qapi for audio backends

2019-01-28 Thread Kővágó, Zoltán
This patch adds structures into qapi to replace the existing configuration structures used by audio backends currently. This qapi will be the base of the -audiodev command line parameter (that replaces the old environment variables based config). This is not a 1:1 translation of the old options, I