Re: [Qemu-devel] [PATCH 3/4] iothread: create main loop unconditionally

2019-02-21 Thread Marc-André Lureau
On Fri, Feb 22, 2019 at 4:14 AM Peter Xu wrote: > > Since we've have the gcontext always there, create the main loop > altogether. The iothread_run() is even cleaner. > > Signed-off-by: Peter Xu Reviewed-by: Marc-André Lureau > --- > iothread.c | 12 +++- > 1 file changed, 3 insertio

[Qemu-devel] [PATCH 3/4] iothread: create main loop unconditionally

2019-02-21 Thread Peter Xu
Since we've have the gcontext always there, create the main loop altogether. The iothread_run() is even cleaner. Signed-off-by: Peter Xu --- iothread.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/iothread.c b/iothread.c index 6fa87876e0..9abdbace66 100644 --