]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
authorMarkus Armbruster <armbru@redhat.com>
Tue, 24 Jan 2023 12:19:43 +0000 (13:19 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 4 Feb 2023 06:56:54 +0000 (07:56 +0100)
commitcbf819979bcb7ea15a0921a9dc31eded68dda81d
tree67feb55bc0784b944b6096842f79b852f8fe6b61
parente22455664b000e60065fb038f1c960b429e4e7db
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c

This requires giving them external linkage.  Rename do_help_cmd() to
hmp_help(), and do_print() to hmp_print().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-30-armbru@redhat.com>
hmp-commands.hx
include/monitor/hmp.h
monitor/hmp-cmds.c
monitor/misc.c