Re: [Qemu-devel] [PATCH v1 03/24] monitor: Extract monitor-system.h header

2014-08-05 Thread Eric Blake
On 07/31/2014 11:27 PM, Benoît Canet wrote: > This header will allow to split monitor in two parts. s/allow to split monitor in/allow splitting the monitor into/ > > Signed-off-by: Benoit Canet > --- > include/monitor/monitor-system.h | 99 > > monitor

[Qemu-devel] [PATCH v1 03/24] monitor: Extract monitor-system.h header

2014-07-31 Thread Benoît Canet
This header will allow to split monitor in two parts. Signed-off-by: Benoit Canet --- include/monitor/monitor-system.h | 99 monitor.c| 57 ++- 2 files changed, 102 insertions(+), 54 deletions(-) create mode 10