Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-11 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Introduce the 'query-accels' QMP command which returns a list > of built-in accelerator names. > > - Accelerator is a QAPI enum of all existing accelerators, > > - AcceleratorInfo is a QAPI structure providing accelerator > specific information. Currently the co

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-09 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 6/8/21 3:27 PM, Thomas Huth wrote: >> On 26/05/2021 19.04, Philippe Mathieu-Daudé wrote: >>> Introduce the 'query-accels' QMP command which returns a list >>> of built-in accelerator names. >>> >>> - Accelerator is a QAPI enum of all existing accelerators, >>>

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-08 Thread Philippe Mathieu-Daudé
On 6/8/21 3:27 PM, Thomas Huth wrote: > On 26/05/2021 19.04, Philippe Mathieu-Daudé wrote: >> Introduce the 'query-accels' QMP command which returns a list >> of built-in accelerator names. >> >> - Accelerator is a QAPI enum of all existing accelerators, >> >> - AcceleratorInfo is a QAPI structure

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-08 Thread Thomas Huth
On 26/05/2021 19.04, Philippe Mathieu-Daudé wrote: Introduce the 'query-accels' QMP command which returns a list of built-in accelerator names. - Accelerator is a QAPI enum of all existing accelerators, - AcceleratorInfo is a QAPI structure providing accelerator specific information. Current

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-08 Thread Philippe Mathieu-Daudé
On 6/3/21 7:19 PM, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> Introduce the 'query-accels' QMP command which returns a list >> of built-in accelerator names. >> >> - Accelerator is a QAPI enum of all existing accelerators, >> >> - AcceleratorInfo is a QAPI structure providing acc

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-03 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Introduce the 'query-accels' QMP command which returns a list > of built-in accelerator names. > > - Accelerator is a QAPI enum of all existing accelerators, > > - AcceleratorInfo is a QAPI structure providing accelerator > specific information. Currently the

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-03 Thread Philippe Mathieu-Daudé
On 6/3/21 1:26 AM, John Snow wrote: > On 5/26/21 1:04 PM, Philippe Mathieu-Daudé wrote: >> Introduce the 'query-accels' QMP command which returns a list >> of built-in accelerator names. >>  > - Accelerator is a QAPI enum of all existing accelerators, >> >> - AcceleratorInfo is a QAPI structure pro

Re: [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-06-02 Thread John Snow
On 5/26/21 1:04 PM, Philippe Mathieu-Daudé wrote: Introduce the 'query-accels' QMP command which returns a list of built-in accelerator names. > - Accelerator is a QAPI enum of all existing accelerators, - AcceleratorInfo is a QAPI structure providing accelerator specific information. Curren

[PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

2021-05-26 Thread Philippe Mathieu-Daudé
Introduce the 'query-accels' QMP command which returns a list of built-in accelerator names. - Accelerator is a QAPI enum of all existing accelerators, - AcceleratorInfo is a QAPI structure providing accelerator specific information. Currently the common structure base provides the name of th