qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 08d15d: hmp: Clean up declarations for long-g


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 08d15d: hmp: Clean up declarations for long-gone info hand...
Date: Wed, 25 Feb 2015 23:30:07 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 08d15d6c23a371ad75f8a242d6daceb19ff1468a
      
https://github.com/qemu/qemu/commit/08d15d6c23a371ad75f8a242d6daceb19ff1468a
  Author: Markus Armbruster <address@hidden>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
    M include/migration/migration.h
    M include/sysemu/sysemu.h
    M include/ui/qemu-spice.h

  Log Message:
  -----------
  hmp: Clean up declarations for long-gone info handlers

Leftovers from
d1f2964 qapi: Convert query-spice
791e7c8 qapi: Convert query-migrate
0fe6a7f slirp: Drop statistic code

Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 3e5a50d64ca9c323f8099fdf1aef02813598882d
      
https://github.com/qemu/qemu/commit/3e5a50d64ca9c323f8099fdf1aef02813598882d
  Author: Markus Armbruster <address@hidden>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
    M block/block-backend.c
    M blockdev.c
    M device-hotplug.c
    M hmp-commands.hx
    M hmp.c
    M hmp.h
    M hw/pci/pci-hotplug-old.c
    M hw/pci/pci-stub.c
    M hw/pci/pcie_aer.c
    M include/net/net.h
    M include/net/slirp.h
    M include/sysemu/block-backend.h
    M include/sysemu/blockdev.h
    M include/sysemu/sysemu.h
    M include/ui/console.h
    M monitor.c
    M net/net.c
    M net/slirp.c
    M savevm.c
    M ui/input.c
    M vl.c

  Log Message:
  -----------
  hmp: Name HMP command handler functions hmp_COMMAND()

Some are called do_COMMAND() (old ones, usually), some hmp_COMMAND(),
and sometimes COMMAND pointlessly differs in spelling.

Normalize to hmp_COMMAND(), where COMMAND is exactly the command name
with '-' replaced by '_'.

Exceptions:

* do_device_add() and client_migrate_info() *not* renamed to
  hmp_device_add(), hmp_client_migrate_info(), because they're also
  QMP handlers.  They still need to be converted to QAPI.

* do_memory_dump(), do_physical_memory_dump(), do_ioport_read(),
  do_ioport_write() renamed do hmp_* instead of hmp_x(), hmp_xp(),
  hmp_i(), hmp_o(), because those names are too cryptic for my taste.

* do_info_help() renamed to hmp_info_help() instead of hmp_info(),
  because it only covers help.

Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 1ce6be24df0a2f634b61b9b882ac6d10af485ad6
      
https://github.com/qemu/qemu/commit/1ce6be24df0a2f634b61b9b882ac6d10af485ad6
  Author: Markus Armbruster <address@hidden>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
    M hw/core/loader.c
    M hw/intc/i8259.c
    M hw/intc/lm32_pic.c
    M hw/sparc/sun4m.c
    M hw/usb/bus.c
    M hw/usb/host-libusb.c
    M hw/usb/host-stub.c
    M include/hw/i386/pc.h
    M include/hw/lm32/lm32_pic.h
    M include/hw/loader.h
    M include/hw/sparc/sun4m.h
    M include/hw/usb.h
    M include/monitor/qdev.h
    M include/net/net.h
    M include/net/slirp.h
    M include/sysemu/sysemu.h
    M monitor.c
    M net/net.c
    M net/slirp.c
    M qdev-monitor.c
    M savevm.c

  Log Message:
  -----------
  hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()

Some are called do_info_SUBCOMMAND() (old ones, usually), some
hmp_info_SUBCOMMAND(), some SUBCOMMAND_info(), sometimes SUBCOMMAND
pointlessly differs in spelling.

Normalize to hmp_info_SUBCOMMAND(), where SUBCOMMAND is exactly the
subcommand name with '-' replaced by '_'.

Exceptions:

* sun4m_irq_info(), sun4m_pic_info() renamed to sun4m_hmp_info_irq(),
  sun4m_hmp_info_pic().

* lm32_irq_info(), lm32_pic_info() renamed to lm32_hmp_info_irq(),
  lm32_hmp_info_pic().

Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 68b459eaa660be17d3547aa581502fe2c572c84f
      
https://github.com/qemu/qemu/commit/68b459eaa660be17d3547aa581502fe2c572c84f
  Author: Peter Maydell <address@hidden>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M block/block-backend.c
    M blockdev.c
    M device-hotplug.c
    M hmp-commands.hx
    M hmp.c
    M hmp.h
    M hw/core/loader.c
    M hw/intc/i8259.c
    M hw/intc/lm32_pic.c
    M hw/pci/pci-hotplug-old.c
    M hw/pci/pci-stub.c
    M hw/pci/pcie_aer.c
    M hw/sparc/sun4m.c
    M hw/usb/bus.c
    M hw/usb/host-libusb.c
    M hw/usb/host-stub.c
    M include/hw/i386/pc.h
    M include/hw/lm32/lm32_pic.h
    M include/hw/loader.h
    M include/hw/sparc/sun4m.h
    M include/hw/usb.h
    M include/migration/migration.h
    M include/monitor/qdev.h
    M include/net/net.h
    M include/net/slirp.h
    M include/sysemu/block-backend.h
    M include/sysemu/blockdev.h
    M include/sysemu/sysemu.h
    M include/ui/console.h
    M include/ui/qemu-spice.h
    M monitor.c
    M net/net.c
    M net/slirp.c
    M qdev-monitor.c
    M savevm.c
    M ui/input.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' 
into staging

hmp: Normalize HMP command handler names

# gpg: Signature made Wed Feb 18 10:59:44 2015 GMT using RSA key ID EB918653
# gpg: Good signature from "Markus Armbruster <address@hidden>"
# gpg:                 aka "Markus Armbruster <address@hidden>"

* remotes/armbru/tags/pull-monitor-2015-02-18:
  hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
  hmp: Name HMP command handler functions hmp_COMMAND()
  hmp: Clean up declarations for long-gone info handlers

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/3d30395f7fb3...68b459eaa660

reply via email to

[Prev in Thread] Current Thread [Next in Thread]