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]>
