Am 12.06.2019 um 13:45 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Monitor.cmd_table contains the handlers for HMP commands, so there is no
> > reason to keep it in the state shared with QMP. Move it to MonitorHMP.
> >
> > Signed-off-by: Kevin Wolf
> > Reviewed-by: Dr. David Al
Kevin Wolf writes:
> Monitor.cmd_table contains the handlers for HMP commands, so there is no
> reason to keep it in the state shared with QMP. Move it to MonitorHMP.
>
> Signed-off-by: Kevin Wolf
> Reviewed-by: Dr. David Alan Gilbert
> ---
> monitor.c | 23 +++
> 1 file ch
Monitor.cmd_table contains the handlers for HMP commands, so there is no
reason to keep it in the state shared with QMP. Move it to MonitorHMP.
Signed-off-by: Kevin Wolf
Reviewed-by: Dr. David Alan Gilbert
---
monitor.c | 23 +++
1 file changed, 15 insertions(+), 8 deletions