Re: [Qemu-devel] [PATCH 03/51] qapi: qapi for audio backends

2016-01-15 Thread Gerd Hoffmann
Hi, > My pending patches will also allow an anonymous base class, so that we > don't have to specify an intermediate AudiodevCommonOptions class. Not > a show-stopper, though. > > Overall looks rather sane (I think we've done the bulk of the reviewing > last summer), although I didn't read it

Re: [Qemu-devel] [PATCH 03/51] qapi: qapi for audio backends

2016-01-14 Thread Eric Blake
On 01/14/2016 06:45 AM, Kővágó, Zoltán wrote: > 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)

[Qemu-devel] [PATCH 03/51] qapi: qapi for audio backends

2016-01-14 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