qemu/monitor
Kevin Wolf 7e3c0deab1 monitor: Split out monitor/qmp.c
Move QMP infrastructure from monitor/misc.c to monitor/qmp.c. This is
code that can be shared for all targets, so compile it only once.

The amount of function and particularly extern variables in
monitor_int.h is probably a bit larger than it needs to be, but this way
no non-trivial code modifications are needed. The interfaces between QMP
and the monitor core can be cleaned up later.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190613153405.24769-11-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[monitor_is_qmp() tidied up to make checkpatch.pl happy,
superfluous #include dropped]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2019-06-17 20:36:56 +02:00
..
hmp-cmds.c monitor: Create monitor-internal.h with common definitions 2019-06-17 20:36:56 +02:00
Makefile.objs monitor: Split out monitor/qmp.c 2019-06-17 20:36:56 +02:00
misc.c monitor: Split out monitor/qmp.c 2019-06-17 20:36:56 +02:00
monitor-internal.h monitor: Split out monitor/qmp.c 2019-06-17 20:36:56 +02:00
qmp-cmds.c monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c 2019-06-17 20:36:56 +02:00
qmp.c monitor: Split out monitor/qmp.c 2019-06-17 20:36:56 +02:00
trace-events monitor: Split out monitor/qmp.c 2019-06-17 20:36:56 +02:00