Re: [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command

2021-09-22 Thread Daniel P . Berrangé
On Mon, Sep 20, 2021 at 10:27:06PM -0700, Dongli Zhang wrote: > Hi Daniel, > > On 9/14/21 7:20 AM, Daniel P. Berrangé wrote: > > This is a counterpart to the HMP "info lapic" command. It is being > > added with an "x-" prefix because this QMP command is intended as an > > adhoc debugging tool and

Re: [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command

2021-09-20 Thread Dongli Zhang
Hi Daniel, On 9/14/21 7:20 AM, Daniel P. Berrangé wrote: > This is a counterpart to the HMP "info lapic" 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

[PATCH v2 38/53] qapi: introduce x-query-lapic QMP command

2021-09-14 Thread Daniel P . Berrangé
This is a counterpart to the HMP "info lapic" 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