Re: [PULL 5/7] io/command: use glib GSpawn, instead of open-coding fork/exec

2022-10-30 Thread Marc-André Lureau
Hi Stefan On Sat, Oct 29, 2022 at 11:12 PM Stefan Weil wrote: > Am 12.10.22 um 18:04 schrieb marcandre.lur...@redhat.com: > > > From: Marc-André Lureau > > > > Simplify qio_channel_command_new_spawn() with GSpawn API. This will > > allow to build for WIN32 in the following patches. > > > > As

Re: [PULL 5/7] io/command: use glib GSpawn, instead of open-coding fork/exec

2022-10-29 Thread Stefan Weil via
Am 12.10.22 um 18:04 schrieb marcandre.lur...@redhat.com: From: Marc-André Lureau Simplify qio_channel_command_new_spawn() with GSpawn API. This will allow to build for WIN32 in the following patches. As pointed out by Daniel Berrangé: there is a change in semantics here too. The current

[PULL 5/7] io/command: use glib GSpawn, instead of open-coding fork/exec

2022-10-12 Thread marcandre . lureau
From: Marc-André Lureau Simplify qio_channel_command_new_spawn() with GSpawn API. This will allow to build for WIN32 in the following patches. As pointed out by Daniel Berrangé: there is a change in semantics here too. The current code only touches stdin/stdout/stderr. Any other FDs which do