Re: [PATCH v2 30/53] qapi: introduce x-query-roms QMP command

2021-09-14 Thread Daniel P . Berrangé
On Tue, Sep 14, 2021 at 06:04:48PM +0200, Philippe Mathieu-Daudé wrote: > On 9/14/21 4:20 PM, Daniel P. Berrangé wrote: > > This is a counterpart to the HMP "info roms" command. It is being > > added with an "x-" prefix because this QMP command is intended as an > > adhoc debugging tool and will th

Re: [PATCH v2 30/53] qapi: introduce x-query-roms QMP command

2021-09-14 Thread Philippe Mathieu-Daudé
On 9/14/21 4:20 PM, Daniel P. Berrangé wrote: > This is a counterpart to the HMP "info roms" command. It is being > added with an "x-" prefix because this QMP command is intended as an > adhoc debugging tool and will thus not be modelled in QAPI as fully > structured data, nor will it have long ter

[PATCH v2 30/53] qapi: introduce x-query-roms QMP command

2021-09-14 Thread Daniel P . Berrangé
This is a counterpart to the HMP "info roms" command. It is being added with an "x-" prefix because this QMP command is intended as an adhoc debugging tool and will thus not be modelled in QAPI as fully structured data, nor will it have long term guaranteed stability. The existing HMP command is re