Re: [Spice-devel] [PATCH 1/3] worker: use glib main loop

2016-01-20 Thread Jonathon Jongsma
On Wed, 2016-01-20 at 11:42 -0500, Frediano Ziglio wrote: > > > > Use the glib mainloop instead of writing our own. The glib loop is both > > cleaner to use and is more extensible. It is also very mature and > > reduces the maintenance burden on the spice server. > > > > Signed-off-by: Marc-André

Re: [Spice-devel] [PATCH 1/3] worker: use glib main loop

2016-01-20 Thread Frediano Ziglio
> > Use the glib mainloop instead of writing our own. The glib loop is both > cleaner to use and is more extensible. It is also very mature and > reduces the maintenance burden on the spice server. > > Signed-off-by: Marc-André Lureau > Signed-off-by: Jonathon Jongsma > Signed-off-by: Frediano

[Spice-devel] [PATCH 1/3] worker: use glib main loop

2016-01-20 Thread Frediano Ziglio
Use the glib mainloop instead of writing our own. The glib loop is both cleaner to use and is more extensible. It is also very mature and reduces the maintenance burden on the spice server. Signed-off-by: Marc-André Lureau Signed-off-by: Jonathon Jongsma Signed-off-by: Frediano Ziglio --- serv