Re: [Qemu-devel] [PATCH v2 02/11] monitor: Split monitor_init in HMP and QMP function

2019-06-11 Thread Markus Armbruster
Markus Armbruster writes: [...] > Much clearer overall. Forgot: Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH v2 02/11] monitor: Split monitor_init in HMP and QMP function

2019-06-11 Thread Markus Armbruster
Kevin Wolf writes: > Instead of mixing HMP and QMP monitors in the same function, separate > the monitor creation function for both. > > Signed-off-by: Kevin Wolf > Reviewed-by: Dr. David Alan Gilbert > --- > monitor.c | 86 +++ > 1 file chan

[Qemu-devel] [PATCH v2 02/11] monitor: Split monitor_init in HMP and QMP function

2019-06-11 Thread Kevin Wolf
Instead of mixing HMP and QMP monitors in the same function, separate the monitor creation function for both. Signed-off-by: Kevin Wolf Reviewed-by: Dr. David Alan Gilbert --- monitor.c | 86 +++ 1 file changed, 49 insertions(+), 37 deletions(