Re: [Qemu-devel] [PATCH v1 02/24] monitor: Make some function public

2014-08-05 Thread Eric Blake
On 07/31/2014 11:27 PM, Benoît Canet wrote: > Next commits will split monitor.c in monitor.c and monitor-system.c. s/in/to/ > > Change some function from static to public in order to prepare this. s/function/functions/ s/this/for this/ > > Signed-off-by: Benoit Canet > --- > include/monitor

[Qemu-devel] [PATCH v1 02/24] monitor: Make some function public

2014-07-31 Thread Benoît Canet
Next commits will split monitor.c in monitor.c and monitor-system.c. Change some function from static to public in order to prepare this. Signed-off-by: Benoit Canet --- include/monitor/monitor.h | 10 ++ monitor.c | 24 ++-- 2 files changed, 20 inser