diff options
| author | Yuri Pudgorodskiy | 2015-10-13 17:41:20 +0200 |
|---|---|---|
| committer | Michael Roth | 2015-10-20 01:31:53 +0200 |
| commit | d697e30cfff29a6a72e3197a218294ba52e7f0c6 (patch) | |
| tree | 5d7f98ac248f3fdde2cfc17ee346a1e04571893a /include/exec | |
| parent | qga: drop guest_file_init helper and replace it with static initializers (diff) | |
| download | qemu-d697e30cfff29a6a72e3197a218294ba52e7f0c6.tar.gz qemu-d697e30cfff29a6a72e3197a218294ba52e7f0c6.tar.xz qemu-d697e30cfff29a6a72e3197a218294ba52e7f0c6.zip | |
qga: guest exec functionality
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 specify stdin in guest-exec command
and to get collected stdout/stderr with guest-exec-status.
Signed-off-by: Yuri Pudgorodskiy <yur@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Michael Roth <mdroth@linux.vnet.ibm.com>
* use g_new0 in place of g_malloc for GuestExec struct
* commit msg spelling fixes
* s/inp-data/input-data
* document capture-input mode as false by default
* use GetProcessId() for pids on w32 instead of casting HANDLE
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
