Re: [Spice-devel] [RFC PATCH spice-server v2 06/19] stream-device: Create channel for stream device

2017-08-18 Thread Frediano Ziglio
> > > > > On Wed, 2017-06-14 at 16:39 +0100, Frediano Ziglio wrote: > > > So can be used by the device to communicate with the clients. > > > > > > Signed-off-by: Frediano Ziglio > > > --- > > > server/stream-device.c | 20 > > > 1 file changed, 20

Re: [Spice-devel] [RFC PATCH spice-server v2 06/19] stream-device: Create channel for stream device

2017-08-18 Thread Frediano Ziglio
> > On Wed, 2017-06-14 at 16:39 +0100, Frediano Ziglio wrote: > > So can be used by the device to communicate with the clients. > > > > Signed-off-by: Frediano Ziglio > > --- > > server/stream-device.c | 20 > > 1 file changed, 20 insertions(+) > > > >

Re: [Spice-devel] [RFC PATCH spice-server v2 06/19] stream-device: Create channel for stream device

2017-08-17 Thread Jonathon Jongsma
On Wed, 2017-06-14 at 16:39 +0100, Frediano Ziglio wrote: > So can be used by the device to communicate with the clients. > > Signed-off-by: Frediano Ziglio > --- > server/stream-device.c | 20 > 1 file changed, 20 insertions(+) > > diff --git

[Spice-devel] [RFC PATCH spice-server v2 06/19] stream-device: Create channel for stream device

2017-06-14 Thread Frediano Ziglio
So can be used by the device to communicate with the clients. Signed-off-by: Frediano Ziglio --- server/stream-device.c | 20 1 file changed, 20 insertions(+) diff --git a/server/stream-device.c b/server/stream-device.c index 47eb3ac..6c4eccb 100644 ---