]> Git Repo - qemu.git/commit - monitor/hmp-cmds.c
monitor: Create monitor-internal.h with common definitions
authorKevin Wolf <[email protected]>
Thu, 13 Jun 2019 15:33:59 +0000 (17:33 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 17 Jun 2019 18:36:56 +0000 (20:36 +0200)
commit5bce308aaaab5b1b1a460b7f13940a132278e34c
tree879532127a883b39608377c520b2d1b73113f51b
parentf1b3ccfaa682b7b5d0043ab934660a49e33d0139
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 <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20190613153405[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
[Header guard symbol tidied up, superfluous #include dropped, FIXME in
hmp_change() resolved]
Signed-off-by: Markus Armbruster <[email protected]>
MAINTAINERS
monitor/hmp-cmds.c
monitor/misc.c
monitor/monitor-internal.h [new file with mode: 0644]
This page took 0.027391 seconds and 4 git commands to generate.