>> 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 <[email protected]> >> Signed-off-by: Wang Guang <[email protected]> >> --- >> include/sysemu/iothread.h | 4 ++++ >> iothread.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 49 insertions(+) > >Reviewed-by: Stefan Hajnoczi <[email protected]> Thanks. Hi all, A few days without news, ping... WangYong 原始邮件 发件人: <[email protected]> 收件人:王勇10170530 抄送人: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]>王广10165992 <[email protected]> <[email protected]> 日 期 :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 <[email protected]> > > 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 <[email protected]> > Signed-off-by: Wang Guang <[email protected]> > --- > include/sysemu/iothread.h | 4 ++++ > iothread.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 49 insertions(+) Reviewed-by: Stefan Hajnoczi <[email protected]>
