qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/usb: Introduce x-query-usbhost QMP command
@ 2024-06-11 10:23 Philippe Mathieu-Daudé
  2024-06-11 10:23 ` [PATCH v2 1/3] hw/usb: Remove unused 'host.h' header Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-06-11 10:23 UTC (permalink / raw)
  To: Daniel P . Berrangé, qemu-devel
  Cc: Paolo Bonzini, Thomas Huth, Dr. David Alan Gilbert,
	Markus Armbruster, Philippe =?unknown-8bit?q?Mathieu-Daud=C3=A9?=

Since v1:
- Consider modules (Daniel)
- Remove monitor_register_hmp

Philippe Mathieu-Daudé (3):
  hw/usb: Remove unused 'host.h' header
  hw/usb: Introduce x-query-usbhost QMP command
  monitor: Remove monitor_register_hmp()

 qapi/machine.json           | 18 +++++++++++++++
 hw/usb/host-libusb.h        | 16 ++++++++++++++
 hw/usb/host.h               | 44 -------------------------------------
 include/hw/usb.h            |  3 ---
 include/monitor/monitor.h   |  2 --
 hw/usb/bus-stub.c           |  7 +++++-
 hw/usb/host-libusb-common.c | 31 ++++++++++++++++++++++++++
 hw/usb/host-libusb.c        | 43 ++++++++++++++++++++++++------------
 monitor/hmp-target.c        | 16 --------------
 tests/qtest/qmp-cmd-test.c  |  3 +++
 hmp-commands-info.hx        |  2 ++
 hw/usb/meson.build          |  1 +
 12 files changed, 106 insertions(+), 80 deletions(-)
 create mode 100644 hw/usb/host-libusb.h
 delete mode 100644 hw/usb/host.h
 create mode 100644 hw/usb/host-libusb-common.c

-- 
2.41.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-18 15:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 10:23 [PATCH v2 0/3] hw/usb: Introduce x-query-usbhost QMP command Philippe Mathieu-Daudé
2024-06-11 10:23 ` [PATCH v2 1/3] hw/usb: Remove unused 'host.h' header Philippe Mathieu-Daudé
2024-06-11 12:25   ` Daniel P. Berrangé
2024-06-11 10:23 ` [PATCH v2 2/3] hw/usb: Introduce x-query-usbhost QMP command Philippe Mathieu-Daudé
2024-06-11 12:28   ` Daniel P. Berrangé
2024-06-18 14:15   ` Philippe Mathieu-Daudé
2024-06-18 15:33     ` Philippe Mathieu-Daudé
2024-06-11 10:23 ` [PATCH v2 3/3] monitor: Remove monitor_register_hmp() Philippe Mathieu-Daudé
2024-06-11 12:30   ` Daniel P. Berrangé
2024-06-18 10:57 ` [PATCH v2 0/3] hw/usb: Introduce x-query-usbhost QMP command Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).