]> git.proxmox.com Git - mirror_qemu.git/commit
dump: Move HMP command handlers to dump/
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:50 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:37:00 +0000 (13:37 +0200)
commit2608b3df8f9cd91baee9d04e246a0255dbb612db
tree5d33ba890b23b39199aeb197613b9828ab3665e0
parent6d3da32c8b64223670a1f756596158901645baa4
dump: Move HMP command handlers to dump/

Move the HMP handlers related to qapi/dump.json to
dump/dump-hmp-cmds.c, where they are covered by MAINTAINERS section
"Dump", just like qapi/dump.json.

Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-18-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
[Commit message typo fixed]
Makefile.objs
dump/Makefile.objs
dump/dump-hmp-cmds.c [new file with mode: 0644]
monitor/hmp-cmds.c