From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zblfu-0000x1-87 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 04:33:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zblfr-0007nx-2V for qemu-devel@nongnu.org; Tue, 15 Sep 2015 04:33:14 -0400 Received: from relay.parallels.com ([195.214.232.42]:46569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zblfq-0007nR-S8 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 04:33:11 -0400 References: <1432187369-28020-1-git-send-email-den@openvz.org> <5575396B.8010603@openvz.org> <557E7998.9000203@odin.com> From: "Denis V. Lunev" Message-ID: <55F7D3BF.8080702@odin.com> Date: Tue, 15 Sep 2015 11:15:59 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/6] qemu: guest agent: implement guest-exec command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasiliy Tolstov Cc: Olga Krishtal , Michael Roth , qemu-devel@nongnu.org On 09/15/2015 11:02 AM, Vasiliy Tolstov wrote: > 2015-06-15 10:07 GMT+03:00 Denis V. Lunev : >> _PING_ > > Any news about this feature? I'm need to run inside guest some scripts > and want non blocking exec, so this feature very useful for me. > we have discussed new approach on KVM forum with a bit reduced set (guest-pipe-open/close code should not be in the first version) and in progress with a rework. I think that I'll post new version at the end of this week or next week. Den