Re: [Spice-devel] [PATCH spice-gtk] Add SpiceVMC GIOStream

2014-02-17 Thread Marc-André Lureau
On Wed, Feb 12, 2014 at 1:57 PM, Christophe Fergeau wrote: > On Tue, Feb 11, 2014 at 06:52:49PM +0100, Marc-André Lureau wrote: >> This allows to use conveniently GIOStream APIs without caring about >> coroutine and Spice messages details. >> --- >> gtk/Makefile.am | 2 + >> gtk/vmcstream.c | 5

Re: [Spice-devel] [PATCH spice-gtk] Add SpiceVMC GIOStream

2014-02-12 Thread Christophe Fergeau
On Tue, Feb 11, 2014 at 06:52:49PM +0100, Marc-André Lureau wrote: > This allows to use conveniently GIOStream APIs without caring about > coroutine and Spice messages details. > --- > gtk/Makefile.am | 2 + > gtk/vmcstream.c | 532 > > g

[Spice-devel] [PATCH spice-gtk] Add SpiceVMC GIOStream

2014-02-11 Thread Marc-André Lureau
This allows to use conveniently GIOStream APIs without caring about coroutine and Spice messages details. --- gtk/Makefile.am | 2 + gtk/vmcstream.c | 532 gtk/vmcstream.h | 81 + 3 files changed, 615 insertions(+) create mode 10