All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/12] hmp queue
@ 2020-03-09 19:46 Dr. David Alan Gilbert (git)
  2020-03-09 19:46 ` [PULL 01/12] usb/dev-storage: remove unused include Dr. David Alan Gilbert (git)
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-03-09 19:46 UTC (permalink / raw)
  To: qemu-devel, mlevitsk, thuth

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 373c7068dd610e97f0b551b5a6d0a27cd6da4506:

  qemu.nsi: Install Sphinx documentation (2020-03-09 16:45:00 +0000)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-hmp-20200309

for you to fetch changes up to b4983c570c7a5848c9df519cd9e056bea3177fe2:

  net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' (2020-03-09 18:44:04 +0000)

----------------------------------------------------------------
HMP Pull 2020-03-09

Maxim's hmp block move, Thomas's deprecation in hostfwd.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Maxim Levitsky (11):
      usb/dev-storage: remove unused include
      monitor/hmp: inline add_init_drive
      monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
      monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
      monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
      monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
      monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
      monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
      monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
      monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
      monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c

Thomas Huth (1):
      net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'

 MAINTAINERS                    |    1 +
 Makefile.objs                  |    2 +-
 block/Makefile.objs            |    1 +
 block/monitor/Makefile.objs    |    1 +
 block/monitor/block-hmp-cmds.c | 1015 ++++++++++++++++++++++++++++++++++++++++
 blockdev.c                     |  137 +-----
 device-hotplug.c               |   91 ----
 docs/system/deprecated.rst     |   15 +-
 hmp-commands.hx                |    8 +-
 hw/usb/dev-storage.c           |    1 -
 include/block/block-hmp-cmds.h |   54 +++
 include/block/block_int.h      |    5 +-
 include/monitor/hmp.h          |   24 -
 include/sysemu/blockdev.h      |    4 -
 include/sysemu/sysemu.h        |    3 -
 monitor/hmp-cmds.c             |  782 -------------------------------
 monitor/misc.c                 |    1 +
 net/hub.c                      |   23 -
 net/hub.h                      |    2 -
 net/slirp.c                    |   44 +-
 20 files changed, 1110 insertions(+), 1104 deletions(-)
 create mode 100644 block/monitor/Makefile.objs
 create mode 100644 block/monitor/block-hmp-cmds.c
 delete mode 100644 device-hotplug.c
 create mode 100644 include/block/block-hmp-cmds.h



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

end of thread, other threads:[~2020-03-10 13:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 19:46 [PULL 00/12] hmp queue Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 01/12] usb/dev-storage: remove unused include Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 02/12] monitor/hmp: inline add_init_drive Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 03/12] monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 04/12] monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 05/12] monitor/hmp: move hmp_drive_mirror and hmp_drive_backup " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 06/12] monitor/hmp: move hmp_block_job* " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 07/12] monitor/hmp: move hmp_snapshot_* " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 08/12] monitor/hmp: move hmp_nbd_server* " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 09/12] monitor/hmp: move remaining hmp_block* functions " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 10/12] monitor/hmp: move hmp_info_block* " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 11/12] monitor/hmp: Move hmp_drive_add_node " Dr. David Alan Gilbert (git)
2020-03-09 19:46 ` [PULL 12/12] net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' Dr. David Alan Gilbert (git)
2020-03-09 20:46 ` [PULL 00/12] hmp queue no-reply
2020-03-09 20:53   ` Peter Maydell
2020-03-10 13:51 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.