[Qemu-devel] [PATCH 09/12] qga: guest exec functionality

2015-10-15 Thread Michael Roth
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

Re: [Qemu-devel] [PATCH 09/12] qga: guest exec functionality

2015-10-14 Thread Michael Roth
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

Re: [Qemu-devel] [PATCH 09/12] qga: guest exec functionality

2015-10-14 Thread Eric Blake
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/

[Qemu-devel] [PATCH 09/12] qga: guest exec functionality

2015-10-14 Thread Michael Roth
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