Re: [PATCH 2/2] hw/intc: Introduce x-query-interrupt-controllers QMP command

2024-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2024 at 08:35:17AM +0200, Philippe Mathieu-Daudé wrote: > This is a counterpart to the HMP "info pic" 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,

[PATCH 2/2] hw/intc: Introduce x-query-interrupt-controllers QMP command

2024-06-09 Thread Philippe Mathieu-Daudé
This is a counterpart to the HMP "info pic" 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 rew