This patchset provides simplified guest-exec functionality. The idea is simple. We drop original guest-pipe-open etc stuff and provides simple and dumb API: - spawn process (originally with stdin/stdout/stderr as /dev/null) - later simple buffer is added for this purpose
That is all for now. Signed-off-by: Denis V. Lunev <d...@openvz.org> Signed-off-by: Yuri Pudgorodskiy <y...@virtuozzo.com> CC: Michael Roth <mdr...@linux.vnet.ibm.com> Denis V. Lunev (2): qga: drop guest_file_init helper and replace it with static initializers qga: handle possible SIGPIPE in guest-file-write Yuri Pudgorodskiy (3): qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all() qga: guest exec functionality qga: guest-exec simple stdin/stdout/stderr redirection qga/channel-posix.c | 23 ++-- qga/commands-posix.c | 10 +- qga/commands-win32.c | 10 +- qga/commands.c | 343 +++++++++++++++++++++++++++++++++++++++++++++++++++ qga/main.c | 6 + qga/qapi-schema.json | 60 +++++++++ 6 files changed, 426 insertions(+), 26 deletions(-) -- 2.1.4