Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-25 Thread Daniel P . Berrangé
On Wed, Jan 25, 2023 at 12:06:40PM +0100, Thomas Huth wrote: > On 23/01/2023 13.09, Daniel P. Berrangé wrote: > > On Mon, Jan 23, 2023 at 01:05:45PM +0100, Philippe Mathieu-Daudé wrote: > > > On 23/1/23 12:11, Daniel P. Berrangé wrote: > > > > On Mon, Jan 23, 2023 at 10:20:29AM +0100, Philippe Math

Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-25 Thread Philippe Mathieu-Daudé
On 23/1/23 13:09, Daniel P. Berrangé wrote: On Mon, Jan 23, 2023 at 01:05:45PM +0100, Philippe Mathieu-Daudé wrote: On 23/1/23 12:11, Daniel P. Berrangé wrote: On Mon, Jan 23, 2023 at 10:20:29AM +0100, Philippe Mathieu-Daudé wrote: On 23/1/23 09:39, Thomas Huth wrote: From: Daniel P. Berrangé

Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-25 Thread Thomas Huth
On 23/01/2023 13.09, Daniel P. Berrangé wrote: On Mon, Jan 23, 2023 at 01:05:45PM +0100, Philippe Mathieu-Daudé wrote: On 23/1/23 12:11, Daniel P. Berrangé wrote: On Mon, Jan 23, 2023 at 10:20:29AM +0100, Philippe Mathieu-Daudé wrote: On 23/1/23 09:39, Thomas Huth wrote: From: Daniel P. Berra

Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-23 Thread Daniel P . Berrangé
On Mon, Jan 23, 2023 at 01:05:45PM +0100, Philippe Mathieu-Daudé wrote: > On 23/1/23 12:11, Daniel P. Berrangé wrote: > > On Mon, Jan 23, 2023 at 10:20:29AM +0100, Philippe Mathieu-Daudé wrote: > > > On 23/1/23 09:39, Thomas Huth wrote: > > > > From: Daniel P. Berrangé > > > > > > > > Way back in

Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-23 Thread Philippe Mathieu-Daudé
On 23/1/23 12:11, Daniel P. Berrangé wrote: On Mon, Jan 23, 2023 at 10:20:29AM +0100, Philippe Mathieu-Daudé wrote: On 23/1/23 09:39, Thomas Huth wrote: From: Daniel P. Berrangé Way back in QEMU 4.0, the -audiodev command line option was introduced for configuring audio backends. This CLI opt

Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-23 Thread Daniel P . Berrangé
On Mon, Jan 23, 2023 at 10:20:29AM +0100, Philippe Mathieu-Daudé wrote: > On 23/1/23 09:39, Thomas Huth wrote: > > From: Daniel P. Berrangé > > > > Way back in QEMU 4.0, the -audiodev command line option was introduced > > for configuring audio backends. This CLI option does not use QemuOpts > >

Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-23 Thread Philippe Mathieu-Daudé
On 23/1/23 09:39, Thomas Huth wrote: From: Daniel P. Berrangé Way back in QEMU 4.0, the -audiodev command line option was introduced for configuring audio backends. This CLI option does not use QemuOpts so it is not visible for introspection in 'query-command-line-options', instead using the QA

[PATCH v2 1/2] qapi, audio: add query-audiodev command

2023-01-23 Thread Thomas Huth
From: Daniel P. Berrangé Way back in QEMU 4.0, the -audiodev command line option was introduced for configuring audio backends. This CLI option does not use QemuOpts so it is not visible for introspection in 'query-command-line-options', instead using the QAPI Audiodev type. Unfortunately there