Re: [Qemu-devel] [PATCH v3 13/15] monitor: Split Monitor.flags into separate bools

2019-06-14 Thread Markus Armbruster
Kevin Wolf writes: > 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

[Qemu-devel] [PATCH v3 13/15] monitor: Split Monitor.flags into separate bools

2019-06-13 Thread Kevin Wolf
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 subcl