qemu/monitor
Kevin Wolf 920824165c monitor: Split Monitor.flags into separate bools
Monitor.flags contains three different flags: One to distinguish HMP
from QMP; one specific to HMP (MONITOR_USE_READLINE) that is ignored
with QMP; and another one specific to QMP (MONITOR_USE_PRETTY) that is
ignored with HMP.

Split the flags field into three bools and move them to the right
subclass. Flags are still in use for the monitor_init() interface.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20190613153405.24769-14-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2019-06-18 08:14:17 +02:00
..
hmp-cmds.c monitor: Create monitor-internal.h with common definitions 2019-06-17 20:36:56 +02:00
hmp.c monitor: Split Monitor.flags into separate bools 2019-06-18 08:14:17 +02:00
Makefile.objs monitor: Split out monitor/monitor.c 2019-06-18 08:14:17 +02:00
misc.c monitor: Split Monitor.flags into separate bools 2019-06-18 08:14:17 +02:00
monitor-internal.h monitor: Split Monitor.flags into separate bools 2019-06-18 08:14:17 +02:00
monitor.c monitor: Split Monitor.flags into separate bools 2019-06-18 08:14:17 +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 Monitor.flags into separate bools 2019-06-18 08:14:17 +02:00
trace-events monitor: Split out monitor/monitor.c 2019-06-18 08:14:17 +02:00