>> IOThread uses AioContext event loop and does not run a GMainContext.
>> Therefore,chardev cannot work in IOThread,such as the chardev is >> used for colo-compare packets reception. >> >> This patch makes the IOThread run the GMainContext event loop, >> chardev and IOThread can work together. >> >> Signed-off-by: Wang Yong <wang.yong...@zte.com.cn> >> Signed-off-by: Wang Guang <wang.guan...@zte.com.cn> >> --- >> include/sysemu/iothread.h | 4 ++++ >> iothread.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 49 insertions(+) > >Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> Thanks. Hi all, A few days without news, ping... WangYong 原始邮件 发件人: <stefa...@redhat.com> 收件人:王勇10170530 抄送人: <pbonz...@redhat.com> <f...@redhat.com> <jasow...@redhat.com> <zhangchen.f...@cn.fujitsu.com> <zhang.zhanghaili...@huawei.com>王广10165992 <lizhij...@cn.fujitsu.com> <qemu-devel@nongnu.org> 日 期 :2017年08月31日 19:55 主 题 :Re: [PATCHv5 01/03] qemu-iothread: IOThread supports theGMainContext event loop On Tue, Aug 29, 2017 at 03:22:37PM +0800, Wang yong wrote: > From: Wang Yong <wang.yong...@zte.com.cn> > > IOThread uses AioContext event loop and does not run a GMainContext. > Therefore,chardev cannot work in IOThread,such as the chardev is > used for colo-compare packets reception. > > This patch makes the IOThread run the GMainContext event loop, > chardev and IOThread can work together. > > Signed-off-by: Wang Yong <wang.yong...@zte.com.cn> > Signed-off-by: Wang Guang <wang.guan...@zte.com.cn> > --- > include/sysemu/iothread.h | 4 ++++ > iothread.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 49 insertions(+) Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>