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

2021-05-01 Thread Philippe Mathieu-Daudé
On 4/30/21 9:03 PM, Eric Blake wrote: > On 4/15/21 11:32 AM, 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 v4 02/12] accel: Introduce 'query-accels' QMP command

2021-04-30 Thread Eric Blake
On 4/15/21 11:32 AM, 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 informati

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

2021-04-29 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

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

2021-04-15 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