diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-06-19 22:10:50 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-07-02 13:37:00 +0200 |
commit | 2608b3df8f9cd91baee9d04e246a0255dbb612db (patch) | |
tree | 5d33ba890b23b39199aeb197613b9828ab3665e0 /dump/Makefile.objs | |
parent | 6d3da32c8b64223670a1f756596158901645baa4 (diff) | |
download | qemu-2608b3df8f9cd91baee9d04e246a0255dbb612db.zip |
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]
Diffstat (limited to 'dump/Makefile.objs')
-rw-r--r-- | dump/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dump/Makefile.objs b/dump/Makefile.objs index ea6b074967..d2a5db3b81 100644 --- a/dump/Makefile.objs +++ b/dump/Makefile.objs @@ -1,2 +1,3 @@ obj-y += dump.o +common-obj-y += dump-hmp-cmds.o obj-$(TARGET_X86_64) += win_dump.o |