Am 13.06.2019 um 07:38 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Am 12.06.2019 um 15:11 hat Markus Armbruster geschrieben:
> >> Kevin Wolf writes:
> >> > --- a/include/monitor/monitor.h
> >> > +++ b/include/monitor/monitor.h
> >> > @@ -21,6 +21,7 @@ bool monitor_cur_is_qmp(vo
Kevin Wolf writes:
> Am 12.06.2019 um 15:11 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > Move QMP infrastructure from monitor/misc.c to monitor/qmp.c. This is
>> > code that can be shared for all targets, so compile it only once.
>>
>> Less code compiled per target, yay!
>>
Am 12.06.2019 um 15:11 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Move QMP infrastructure from monitor/misc.c to monitor/qmp.c. This is
> > code that can be shared for all targets, so compile it only once.
>
> Less code compiled per target, yay!
>
> > The amount of function a
Kevin Wolf writes:
> Move QMP infrastructure from monitor/misc.c to monitor/qmp.c. This is
> code that can be shared for all targets, so compile it only once.
Less code compiled per target, yay!
> The amount of function and particularly extern variables in
> monitor_int.h is probably a bit larg
Move QMP infrastructure from monitor/misc.c to monitor/qmp.c. This is
code that can be shared for all targets, so compile it only once.
The amount of function and particularly extern variables in
monitor_int.h is probably a bit larger than it needs to be, but this way
no non-trivial code modificat