[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/12] hmp queue
From: |
Dr. David Alan Gilbert (git) |
Subject: |
[PULL 00/12] hmp queue |
Date: |
Mon, 9 Mar 2020 19:46:38 +0000 |
From: "Dr. David Alan Gilbert" <address@hidden>
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 <address@hidden>
----------------------------------------------------------------
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
- [PULL 00/12] hmp queue,
Dr. David Alan Gilbert (git) <=
- [PULL 01/12] usb/dev-storage: remove unused include, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 03/12] monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 02/12] monitor/hmp: inline add_init_drive, Dr. David Alan Gilbert (git), 2020/03/09
- [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
- [PULL 05/12] monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 06/12] monitor/hmp: move hmp_block_job* to block-hmp-cmds.c, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 08/12] monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 11/12] monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 07/12] monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c, Dr. David Alan Gilbert (git), 2020/03/09
- [PULL 12/12] net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove', Dr. David Alan Gilbert (git), 2020/03/09