From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhYSG-0005V3-EH for qemu-devel@nongnu.org; Thu, 01 Oct 2015 03:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhYSF-0002ki-Ee for qemu-devel@nongnu.org; Thu, 01 Oct 2015 03:39:04 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:32970 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhYSF-00022F-2o for qemu-devel@nongnu.org; Thu, 01 Oct 2015 03:39:03 -0400 From: "Denis V. Lunev" Date: Thu, 1 Oct 2015 10:37:58 +0300 Message-Id: <1443685083-6242-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH 0/5] simplified QEMU guest exec List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Denis V. Lunev" , Yuri Pudgorodskiy , qemu-devel@nongnu.org, Michael Roth 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 Signed-off-by: Yuri Pudgorodskiy CC: Michael Roth 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