Re: [Qemu-devel] [PATCH for 2.5 1/1] qga: added another non-interactive gspawn() helper file.

2015-11-26 Thread Yuri Pudgorodskiy
On 11/26/2015 1:21 AM, Michael Roth wrote: Quoting Denis V. Lunev (2015-11-25 13:02:26) From: Yuri Pudgorodskiy With previous commit we added gspawn-win64-helper-console.exe, required for gspawn() mingw implementation. Unfortunatly when running as a service without interactive desktop, gspawn

Re: [Qemu-devel] [PATCH 3/5] qga: guest exec functionality

2015-10-05 Thread Yuri Pudgorodskiy
On 10/2/2015 1:59 AM, Michael Roth wrote: +# +# Since: 2.5 +## +{ 'command': 'guest-exec', + 'data':{ 'path': 'str', '*arg': ['str'], '*env': ['str'], + '*inp-data': 'str', '*capture-output': 'bool' }, + 'returns': 'GuestExec' } Would it make sense to just add handle (pid) to