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

2017-11-23 Thread Peter Xu
On Thu, Nov 23, 2017 at 10:53:08AM +, Daniel P. Berrange wrote: > On Thu, Nov 23, 2017 at 10:51:43AM +, Dr. David Alan Gilbert wrote: > > * Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > > > * Peter Xu (pet...@redhat.com) wrote: > > > > Create one IOThread for the monitors, prepared

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

2017-11-23 Thread Daniel P. Berrange
On Thu, Nov 23, 2017 at 10:51:43AM +, Dr. David Alan Gilbert wrote: > * Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > > * Peter Xu (pet...@redhat.com) wrote: > > > Create one IOThread for the monitors, prepared to handle all the > > > input/output IOs using existing iothread framework.

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

2017-11-23 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > * Peter Xu (pet...@redhat.com) 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 ++

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

2017-11-23 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) 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/mo

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

2017-11-16 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 a70ab5606b..4ce9828fab 100644