Re: [Spice-devel] [PATCH spice-server v2] Move channel registration to constructed vfunc

2019-03-15 Thread Jonathon Jongsma
On Fri, 2019-03-15 at 05:05 -0400, Frediano Ziglio wrote: > > > > For the Display Channel and the Cursor channel, move the call to > > reds_register_channel() to the _constructed() vfunc rather than > > calling > > it explicitly from RedWorker. This matches what other channels do. > > --- > > Chan

Re: [Spice-devel] [PATCH spice-server v2] Move channel registration to constructed vfunc

2019-03-15 Thread Frediano Ziglio
> > For the Display Channel and the Cursor channel, move the call to > reds_register_channel() to the _constructed() vfunc rather than calling > it explicitly from RedWorker. This matches what other channels do. > --- > Changes in v2: > - remove cursor channel registration in stream device > > N

Re: [Spice-devel] [PATCH spice-server v2] Move channel registration to constructed vfunc

2019-03-15 Thread Frediano Ziglio
> > For the Display Channel and the Cursor channel, move the call to > reds_register_channel() to the _constructed() vfunc rather than calling > it explicitly from RedWorker. This matches what other channels do. Acked-by: Frediano Ziglio > --- > Changes in v2: > - remove cursor channel registr

[Spice-devel] [PATCH spice-server v2] Move channel registration to constructed vfunc

2019-03-14 Thread Jonathon Jongsma
For the Display Channel and the Cursor channel, move the call to reds_register_channel() to the _constructed() vfunc rather than calling it explicitly from RedWorker. This matches what other channels do. --- Changes in v2: - remove cursor channel registration in stream device Note that I didn't i