qemu/scripts/qmp
John Snow 5057bf9581 scripts/qmp: delete 'qmp' script
This script has not seen a patch that was specifically for this script
since it was moved to this location in 2013, and I doubt it is used. It
uses "man qmp" for its help message, which does not exist. It also
presumes there is a manual page for qmp-XXX, for each defined qmp
command XXX. I don't think that's true.

The format it expects arguments in is something like:

block-dirty-bitmap-add --node=foo --name=bar

and has no capacity to support nested JSON arguments, either.

Most developers use either qmp-shell or socat (or pasting JSON directly
into qmp stdio), so this duplication and additional alternate syntax is
not helpful.

Remove it. Leave a breadcrumb script just in case, to be removed next
release cycle.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201019210430.1063390-1-jsnow@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2020-10-27 16:48:50 +01:00
..
qemu-ga-client drop "from __future__ import print_function" 2020-02-07 15:15:16 +01:00
qmp scripts/qmp: delete 'qmp' script 2020-10-27 16:48:50 +01:00
qmp-shell python: remove more instances of sys.version_info 2020-05-31 18:25:07 +02:00
qom-fuse scripts/qmp/qom-fuse: Fix getattr(), read() for files in / 2020-09-03 09:44:33 +02:00
qom-get scripts/qmp: Fix shebang and imports 2020-05-31 13:56:46 +02:00
qom-list scripts/qmp: Fix shebang and imports 2020-05-31 13:56:46 +02:00
qom-set scripts/qmp: Fix shebang and imports 2020-05-31 13:56:46 +02:00
qom-tree scripts/qmp: Fix shebang and imports 2020-05-31 13:56:46 +02:00