Re: [Spice-devel] [PATCH spice-server v4 00/20] Port SPICE server to Windows

2019-03-03 Thread Frediano Ziglio
ping > > ping > > > > > Windows support is useful to use with Qemu under Windows as host or > > to implement servers like Xspice. > > Mainly SPICE server uses lot of libraries to expose a TCP protocol. > > As TCP is implemented with socket library which is quite portable was > > not that hard t

Re: [Spice-devel] [PATCH spice-server v4 00/20] Port SPICE server to Windows

2019-02-22 Thread Frediano Ziglio
ping > > Windows support is useful to use with Qemu under Windows as host or > to implement servers like Xspice. > Mainly SPICE server uses lot of libraries to expose a TCP protocol. > As TCP is implemented with socket library which is quite portable was > not that hard to port. > Beside some min