Re: [Qemu-devel] [RFC v6 09/27] monitor: create monitor dedicate iothread

2018-01-10 Thread Peter Xu
On Tue, Jan 09, 2018 at 05:31:18PM -0600, Eric Blake wrote: > On 12/19/2017 02:45 AM, Peter Xu wrote: > > Grammar in the subject: > > s/monitor dedicate/a dedicated monitor/ > > > Create one IOThread for the monitors, prepared to handle all the > > input/output IOs using existing iothread framew

Re: [Qemu-devel] [RFC v6 09/27] monitor: create monitor dedicate iothread

2018-01-09 Thread Eric Blake
On 12/19/2017 02:45 AM, Peter Xu wrote: Grammar in the subject: s/monitor dedicate/a dedicated monitor/ > Create one IOThread for the monitors, prepared to handle all the > input/output IOs using existing iothread framework. > > Signed-off-by: Peter Xu > --- > monitor.c | 29 +

Re: [Qemu-devel] [RFC v6 09/27] monitor: create monitor dedicate iothread

2018-01-05 Thread Stefan Hajnoczi
On Tue, Dec 19, 2017 at 04:45:39PM +0800, Peter Xu wrote: > Create one IOThread for the monitors, prepared to handle all the > input/output IOs using existing iothread framework. > > Signed-off-by: Peter Xu > --- > monitor.c | 29 + > 1 file changed, 29 insertions(+)

Re: [Qemu-devel] [RFC v6 09/27] monitor: create monitor dedicate iothread

2017-12-20 Thread Fam Zheng
On Tue, 12/19 16:45, Peter Xu wrote: > Create one IOThread for the monitors, prepared to handle all the > input/output IOs using existing iothread framework. > > Signed-off-by: Peter Xu > --- > monitor.c | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/mon

[Qemu-devel] [RFC v6 09/27] monitor: create monitor dedicate iothread

2017-12-19 Thread Peter Xu
Create one IOThread for the monitors, prepared to handle all the input/output IOs using existing iothread framework. Signed-off-by: Peter Xu --- monitor.c | 29 + 1 file changed, 29 insertions(+) diff --git a/monitor.c b/monitor.c index 95fc54d97f..4ebd83fd94 100644