Re: [PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command

2024-06-18 Thread Philippe Mathieu-Daudé
On 18/6/24 16:15, Philippe Mathieu-Daudé wrote: On 11/6/24 12:23, Philippe Mathieu-Daudé wrote: This is a counterpart to the HMP "info usbhost" 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

Re: [PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command

2024-06-18 Thread Philippe Mathieu-Daudé
On 11/6/24 12:23, Philippe Mathieu-Daudé wrote: This is a counterpart to the HMP "info usbhost" 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

Re: [PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command

2024-06-11 Thread Daniel P . Berrangé
On Tue, Jun 11, 2024 at 12:23:04PM +0200, Philippe Mathieu-Daudé wrote: > This is a counterpart to the HMP "info usbhost" 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 da

[PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command

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