qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] [RfC] monitor/hmp: command register support
@ 2021-06-22 12:49 Gerd Hoffmann
  2021-06-22 12:49 ` [PATCH 1/5] monitor: allow register hmp commands Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2021-06-22 12:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Greg Kurz, Markus Armbruster, qemu-ppc,
	Gerd Hoffmann, Paolo Bonzini, Dr. David Alan Gilbert,
	David Gibson

Helps making qemu more modular,
see commit messages for details.

Depends on the "modules: add meta-data database" patch series.

Gerd Hoffmann (5):
  monitor: allow register hmp commands
  usb: drop usb_host_dev_is_scsi_storage hook
  monitor/usb: register 'info usbhost' dynamically
  usb: build usb-host as module
  monitor/tcg: move tcg hmp commands to accel/tcg, register them
    dynamically

 include/hw/usb.h             |  7 +++++-
 include/monitor/monitor.h    |  3 +++
 accel/tcg/hmp.c              | 29 +++++++++++++++++++++++
 hw/ppc/spapr.c               |  2 +-
 hw/usb/dev-storage-bot.c     |  1 +
 hw/usb/dev-storage-classic.c |  1 +
 hw/usb/dev-uas.c             |  1 +
 hw/usb/host-libusb.c         | 38 ++++++++----------------------
 hw/usb/host-stub.c           | 45 ------------------------------------
 monitor/hmp.c                |  7 ++++++
 monitor/misc.c               | 33 ++++++++++++--------------
 accel/tcg/meson.build        |  1 +
 hmp-commands-info.hx         |  3 ---
 hw/usb/meson.build           | 10 ++++----
 14 files changed, 80 insertions(+), 101 deletions(-)
 create mode 100644 accel/tcg/hmp.c
 delete mode 100644 hw/usb/host-stub.c

-- 
2.31.1




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

end of thread, other threads:[~2021-08-09  9:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-22 12:49 [PATCH 0/5] [RfC] monitor/hmp: command register support Gerd Hoffmann
2021-06-22 12:49 ` [PATCH 1/5] monitor: allow register hmp commands Gerd Hoffmann
2021-06-22 13:13   ` Greg Kurz
2021-06-22 12:49 ` [PATCH 2/5] usb: drop usb_host_dev_is_scsi_storage hook Gerd Hoffmann
2021-06-23  1:51   ` David Gibson
2021-06-22 12:49 ` [PATCH 3/5] monitor/usb: register 'info usbhost' dynamically Gerd Hoffmann
2021-06-22 12:49 ` [PATCH 4/5] usb: build usb-host as module Gerd Hoffmann
2021-06-22 12:49 ` [PATCH 5/5] monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically Gerd Hoffmann
2021-08-07 10:36 ` [PATCH 0/5] [RfC] monitor/hmp: command register support Markus Armbruster
2021-08-09  9:16   ` Gerd Hoffmann

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).