[PATCH] doc: Add notes about -mon option mode=control argument.

2021-05-19 Thread Ali Shirvani via
The mode=control argument configures a QMP monitor. Signed-off-by: Ali Shirvani --- qemu-options.hx | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index e22fb94d99..292c6f6bdc 100644 --- a/qemu-options.hx +++ b/qemu-options.hx

Implementing Custom USB HID Device

2020-12-08 Thread Ali Shirvani
Hi all, I want to implement a new USB HID device in QEMU. I found that there exists `hw/usb/dev-hid.c` on the source tree, but I did not find any further documentation. Would you please guide me how I should proceed? Regards, Ali

Implementing Custom USB HID Device

2020-12-08 Thread Ali Shirvani
Hi all, I want to implement a custom USB HID device in QEMU. I found the `hw/usb/dev-hid.c` in the source tree, but I could not find any further documentation. Would you please guide me how I should proceed? Regards, Ali