[PATCH v2 0/3] io/command: implement portable spawn

marcandre.lureau@redhat.com posted 3 patches 3 years, 5 months ago
Failed in applying to current master (apply log)
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
There is a newer version of this series
include/io/channel-command.h         |   2 +-
io/channel-command.c                 | 163 +++++++++------------------
tests/unit/test-io-channel-command.c |  31 +++--
3 files changed, 75 insertions(+), 121 deletions(-)
[PATCH v2 0/3] io/command: implement portable spawn
Posted by marcandre.lureau@redhat.com 3 years, 5 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

A small series, based on earlier "[PATCH] io/command: implement portable spawn"
to enable Windows support of command spawning in the io/ subsystem.

Marc-André Lureau (3):
  io/command: use glib GSpawn, instead of open-coding fork/exec
  io/command: implement support for win32
  tests/unit: make test-io-channel-command work on win32

 include/io/channel-command.h         |   2 +-
 io/channel-command.c                 | 163 +++++++++------------------
 tests/unit/test-io-channel-command.c |  31 +++--
 3 files changed, 75 insertions(+), 121 deletions(-)

-- 
2.37.2


Re: [PATCH v2 0/3] io/command: implement portable spawn
Posted by Marc-André Lureau 3 years, 4 months ago
Hi

On Fri, Sep 2, 2022 at 3:19 PM <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Hi,
>
> A small series, based on earlier "[PATCH] io/command: implement portable spawn"
> to enable Windows support of command spawning in the io/ subsystem.
>

Daniel, please review.
thanks

> Marc-André Lureau (3):
>   io/command: use glib GSpawn, instead of open-coding fork/exec
>   io/command: implement support for win32
>   tests/unit: make test-io-channel-command work on win32
>
>  include/io/channel-command.h         |   2 +-
>  io/channel-command.c                 | 163 +++++++++------------------
>  tests/unit/test-io-channel-command.c |  31 +++--
>  3 files changed, 75 insertions(+), 121 deletions(-)
>
> --
> 2.37.2
>