From: Yuri Pudgorodskiy
Guest-exec rewritten in platform-independent style with glib spawn.
Child process is spawn asynchronously and exit status can later
be picked up by guest-exec-status command.
stdin/stdout/stderr of the child now is redirected to /dev/null
Later we will add ability to spe
Quoting Eric Blake (2015-10-14 17:38:56)
> On 10/14/2015 02:08 PM, Michael Roth wrote:
> > From: Yuri Pudgorodskiy
> >
> > Guest-exec rewriten in platform-independant style with glib spawn.
>
> s/rewriten/rewritten/
> s/independant/independent/
>
> >
> > Child process is spawn asynchroneously
On 10/14/2015 02:08 PM, Michael Roth wrote:
> From: Yuri Pudgorodskiy
>
> Guest-exec rewriten in platform-independant style with glib spawn.
s/rewriten/rewritten/
s/independant/independent/
>
> Child process is spawn asynchroneously and exit status can later
s/asynchroneously/asynchronously/
From: Yuri Pudgorodskiy
Guest-exec rewriten in platform-independant style with glib spawn.
Child process is spawn asynchroneously and exit status can later
be picked up by guest-exec-status command.
stdin/stdout/stderr of the child now is redirected to /dev/null
Later we will add ability to spe