Re: [Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-17 Thread Gerd Hoffmann
Hi, > Here's how I'd add back-compat to that baseline. audiodev becomes > optional, but omitting it is deprecated. If you do, you implicitly use > the legacy backend that takes its configuration from the environment. > The legacy backend gets created when a frontend is using it. > > If you th

Re: [Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-17 Thread Markus Armbruster
"Kővágó Zoltán" writes: > 2015-06-17 14:27 keltezéssel, Markus Armbruster írta: >> "Kővágó Zoltán" writes: >> >>> 2015-06-17 10:13 keltezéssel, Markus Armbruster írta: "Kővágó, Zoltán" writes: > This patch adds an -audiodev command line option, and deprecates the > QEMU_* >>>

Re: [Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-17 Thread Kővágó Zoltán
2015-06-17 14:27 keltezéssel, Markus Armbruster írta: "Kővágó Zoltán" writes: 2015-06-17 10:13 keltezéssel, Markus Armbruster írta: "Kővágó, Zoltán" writes: This patch adds an -audiodev command line option, and deprecates the QEMU_* environment variables for audio backend configuration. It

Re: [Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-17 Thread Markus Armbruster
"Kővágó Zoltán" writes: > 2015-06-17 10:13 keltezéssel, Markus Armbruster írta: >> "Kővágó, Zoltán" writes: >> >>> This patch adds an -audiodev command line option, and deprecates the QEMU_* >>> environment variables for audio backend configuration. It's syntax >>> is similar to >>> existing opt

Re: [Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-17 Thread Kővágó Zoltán
2015-06-17 10:13 keltezéssel, Markus Armbruster írta: "Kővágó, Zoltán" writes: This patch adds an -audiodev command line option, and deprecates the QEMU_* environment variables for audio backend configuration. It's syntax is similar to existing options (-netdev, -device, etc): -audiodev driv

Re: [Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-17 Thread Markus Armbruster
"Kővágó, Zoltán" writes: > This patch adds an -audiodev command line option, and deprecates the QEMU_* > environment variables for audio backend configuration. It's syntax is similar > to > existing options (-netdev, -device, etc): > -audiodev driver_name,property=value,... Sounds really good.

[Qemu-devel] [PATCH v2 6/6] audio: -audiodev command line option

2015-06-16 Thread Kővágó, Zoltán
This patch adds an -audiodev command line option, and deprecates the QEMU_* environment variables for audio backend configuration. It's syntax is similar to existing options (-netdev, -device, etc): -audiodev driver_name,property=value,... Audio drivers now get an Audiodev * as config paramters,