Re: [Spice-devel] [PATCH spice-server 30/33] Disable recording filtering for Windows

2018-12-22 Thread Frediano Ziglio
> > On Fri, Dec 21, 2018 at 4:04 PM Frediano Ziglio wrote: > > > > Although this feature can be ported to Windows doing so would > > require the usage of g_spawn_async_with_fds, which is only available > > in GLib 2.58 or some specific Win32 code. > > > > Easy to wrap though: > >

Re: [Spice-devel] [PATCH spice-server 30/33] Disable recording filtering for Windows

2018-12-22 Thread Marc-André Lureau
On Fri, Dec 21, 2018 at 4:04 PM Frediano Ziglio wrote: > > Although this feature can be ported to Windows doing so would > require the usage of g_spawn_async_with_fds, which is only available > in GLib 2.58 or some specific Win32 code. > Easy to wrap though:

[Spice-devel] [PATCH spice-server 30/33] Disable recording filtering for Windows

2018-12-21 Thread Frediano Ziglio
Although this feature can be ported to Windows doing so would require the usage of g_spawn_async_with_fds, which is only available in GLib 2.58 or some specific Win32 code. Signed-off-by: Frediano Ziglio --- server/red-record-qxl.c| 8 ++-- server/tests/test-record.c | 7 +-- 2