Re: [Qemu-devel] [PATCH v2 10/11] monitor: Split out monitor/hmp.c

2019-06-12 Thread Markus Armbruster
Kevin Wolf writes: > Am 12.06.2019 um 15:17 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Move HMP infrastructure from monitor/misc.c to monitor/hmp.c. This is >> > code that can be shared for all targets, so compile it only once. >> > >> > The amount of function and particul

Re: [Qemu-devel] [PATCH v2 10/11] monitor: Split out monitor/hmp.c

2019-06-12 Thread Kevin Wolf
Am 12.06.2019 um 15:17 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Move HMP infrastructure from monitor/misc.c to monitor/hmp.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 > >

Re: [Qemu-devel] [PATCH v2 10/11] monitor: Split out monitor/hmp.c

2019-06-12 Thread Markus Armbruster
Kevin Wolf writes: > Move HMP infrastructure from monitor/misc.c to monitor/hmp.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

[Qemu-devel] [PATCH v2 10/11] monitor: Split out monitor/hmp.c

2019-06-11 Thread Kevin Wolf
Move HMP infrastructure from monitor/misc.c to monitor/hmp.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