qemu/monitor
Kevin Wolf 5bce308aaa monitor: Create monitor-internal.h with common definitions
Before we can split monitor/misc.c, we need to create a header file that
contains the common definitions that will be used by multiple source
files.

For a start, add the type definitions for Monitor, MonitorHMP and
MonitorQMP and their dependencies. We'll add functions as needed when
splitting monitor/misc.c.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190613153405.24769-10-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Header guard symbol tidied up, superfluous #include dropped, FIXME in
hmp_change() resolved]
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: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c 2019-06-17 20:36:56 +02:00
misc.c monitor: Create monitor-internal.h with common definitions 2019-06-17 20:36:56 +02:00
monitor-internal.h monitor: Create monitor-internal.h with common definitions 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
trace-events Move monitor.c to monitor/misc.c 2019-06-17 20:36:56 +02:00