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

2014-02-11 Thread Christophe Fergeau
ACK On Tue, Feb 11, 2014 at 11:26:27AM +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 | 515 >

[Spice-devel] [PATCH spice-gtk 2/2] 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 | 515 gtk/vmcstream.h | 81 + 3 files changed, 598 insertions(+) create mode 10