hw/core: Collect HMP command handlers in hw/core/
commit55225c853ab8ba948ef70634cee6fbca0d8c67dc
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:44 +0000 (19 22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:37:00 +0000 (2 13:37 +0200)
treed55aa440c2a7bb56f3a8a7f70d474b45ed021611
parent52924dea1761e329fb3a14a50f98a1cd161d68d5
hw/core: Collect HMP command handlers in hw/core/

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

Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-12-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hw/core/Makefile.objs
hw/core/machine-hmp-cmds.c [new file with mode: 0644]
include/monitor/hmp.h
monitor/hmp-cmds.c
monitor/misc.c