From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTeaV-0004wC-Tc for qemu-devel@nongnu.org; Tue, 08 Oct 2013 17:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTeaO-0004n6-B5 for qemu-devel@nongnu.org; Tue, 08 Oct 2013 17:13:03 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:53314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTeaO-0004n0-2i for qemu-devel@nongnu.org; Tue, 08 Oct 2013 17:12:56 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 8 Oct 2013 15:12:55 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id C473E1FF001A for ; Tue, 8 Oct 2013 15:12:44 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r98LCrZG324860 for ; Tue, 8 Oct 2013 15:12:53 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r98LCrql002042 for ; Tue, 8 Oct 2013 15:12:53 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth References: In-Reply-To: Message-ID: <20131008211252.2699.81893@loki> Date: Tue, 08 Oct 2013 16:12:52 -0500 Subject: Re: [Qemu-devel] [PATCH 0/2] [RFC] qemu-ga: add support for guest command execution List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: srinath reddy , qemu-devel@nongnu.org Quoting srinath reddy (2013-10-07 09:06:04) > Hi, > > Can someone help me in finding the status of this RFC here > http://lists.gnu.org/archive/html/qemu-devel/2011-12/msg00722.html I picked it up again a few months back and re-worked the interface to address some of the initial review comments by using glib's exec() wrappers. I also added support for windows along with the guest-file-* interfaces, but then proceeded to blow everything away in an rm -rf ~ incident. And, of course, I was too cool for backups. I think I can still piece most of it back together from some vim backup/temp files that managed to survive, I'm scared to confirm. But either way I won't have time to take a look at it again until the QEMU 1.7 development cycle. > > I need a similar functionality. > = > Thanks, > Srinath. > = > -- > good day