qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] hmp: Normalize HMP command handler names
@ 2015-02-18 11:08 Markus Armbruster
  2015-02-18 11:08 ` [Qemu-devel] [PULL 1/3] hmp: Clean up declarations for long-gone info handlers Markus Armbruster
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Markus Armbruster @ 2015-02-18 11:08 UTC (permalink / raw)
  To: qemu-devel

When I can't guess a handler's name, I have to look it up in
hmp-commands.hx.  Happens often enough to annoy me.  Let's make them
more predictable.

Touches several subsystems because HMP command handlers are still
spread far and wide, but the changes are trivial.  Speak up if you
want your subsystem's part routed through your tree rather than
-trivial.

For the block layer parts:
Acked-by: Kevin Wolf <kwolf@redhat.com>

For net parts:
Acked-by: Jason Wang <jasowang@redhat.com>

The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000)

are available in the git repository at:


  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2015-02-18

for you to fetch changes up to 1ce6be24df0a2f634b61b9b882ac6d10af485ad6:

  hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() (2015-02-18 11:58:50 +0100)

----------------------------------------------------------------
hmp: Normalize HMP command handler names

----------------------------------------------------------------
Markus Armbruster (3):
      hmp: Clean up declarations for long-gone info handlers
      hmp: Name HMP command handler functions hmp_COMMAND()
      hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()

 block/block-backend.c          |   6 +-
 blockdev.c                     |   6 +-
 device-hotplug.c               |   2 +-
 hmp-commands.hx                |  86 +++++++++++++-------------
 hmp.c                          |   6 +-
 hmp.h                          |   6 +-
 hw/core/loader.c               |   2 +-
 hw/intc/i8259.c                |   4 +-
 hw/intc/lm32_pic.c             |   4 +-
 hw/pci/pci-hotplug-old.c       |   4 +-
 hw/pci/pci-stub.c              |   2 +-
 hw/pci/pcie_aer.c              |   2 +-
 hw/sparc/sun4m.c               |   4 +-
 hw/usb/bus.c                   |   2 +-
 hw/usb/host-libusb.c           |   2 +-
 hw/usb/host-stub.c             |   2 +-
 include/hw/i386/pc.h           |   4 +-
 include/hw/lm32/lm32_pic.h     |   4 +-
 include/hw/loader.h            |   2 +-
 include/hw/sparc/sun4m.h       |   4 +-
 include/hw/usb.h               |   2 +-
 include/migration/migration.h  |   4 --
 include/monitor/qdev.h         |   4 +-
 include/net/net.h              |   6 +-
 include/net/slirp.h            |   6 +-
 include/sysemu/block-backend.h |   2 +-
 include/sysemu/blockdev.h      |   4 +-
 include/sysemu/sysemu.h        |  23 +++----
 include/ui/console.h           |   2 +-
 include/ui/qemu-spice.h        |   3 -
 monitor.c                      | 134 ++++++++++++++++++++---------------------
 net/net.c                      |   6 +-
 net/slirp.c                    |   6 +-
 qdev-monitor.c                 |   4 +-
 savevm.c                       |   6 +-
 ui/input.c                     |   2 +-
 vl.c                           |   4 +-
 37 files changed, 181 insertions(+), 191 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-02-26  7:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 11:08 [Qemu-devel] [PULL 0/3] hmp: Normalize HMP command handler names Markus Armbruster
2015-02-18 11:08 ` [Qemu-devel] [PULL 1/3] hmp: Clean up declarations for long-gone info handlers Markus Armbruster
2015-02-18 11:08 ` [Qemu-devel] [PULL 2/3] hmp: Name HMP command handler functions hmp_COMMAND() Markus Armbruster
2015-02-18 11:08 ` [Qemu-devel] [PULL 3/3] hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() Markus Armbruster
2015-02-26  7:00 ` [Qemu-devel] [PULL 0/3] hmp: Normalize HMP command handler names Peter Maydell

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