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

2024-06-11 Thread Philippe Mathieu-Daudé
On 10/6/24 10:33, Daniel P. Berrangé wrote: On Mon, Jun 10, 2024 at 08:38:47AM +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

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

2024-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2024 at 08:38:47AM +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] hw/usb: Introduce x-query-usbhost QMP command

2024-06-09 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