From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FIBJC-0001bl-Dv for qemu-devel@nongnu.org; Sat, 11 Mar 2006 16:07:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FIBJA-0001bZ-QA for qemu-devel@nongnu.org; Sat, 11 Mar 2006 16:07:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIBJA-0001bW-M4 for qemu-devel@nongnu.org; Sat, 11 Mar 2006 16:07:28 -0500 Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FIBMl-0007vk-I1 for qemu-devel@nongnu.org; Sat, 11 Mar 2006 16:11:11 -0500 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k2BL7Sxr022962 for ; Sat, 11 Mar 2006 16:07:28 -0500 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k2BL7R129976 for ; Sat, 11 Mar 2006 16:07:27 -0500 Received: from devserv.devel.redhat.com (localhost.localdomain [127.0.0.1]) by devserv.devel.redhat.com (8.12.11/8.12.11) with ESMTP id k2BL7RlX026465 for ; Sat, 11 Mar 2006 16:07:27 -0500 Received: (from veillard@localhost) by devserv.devel.redhat.com (8.12.11/8.12.11/Submit) id k2BL7RmN026463 for qemu-devel@nongnu.org; Sat, 11 Mar 2006 16:07:27 -0500 Date: Sat, 11 Mar 2006 16:07:27 -0500 From: Daniel Veillard Subject: Re: [Qemu-devel] [PATCH] Remote console access though socket Message-ID: <20060311210727.GL346@redhat.com> References: <20060308145211.GG346@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060308145211.GG346@redhat.com> Reply-To: veillard@redhat.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, Mar 08, 2006 at 09:52:11AM -0500, Daniel Veillard wrote: > Hi, > > enclosed is a first version of a patch to allow remote access and control > for QEmu instances, I have put an updated version of the patch and client code example at ftp://veillard.com/libvirt/qemu-patch it fixed the client-server interaction by adding an end of command marker in the stream sent back. This seems to work well, but I still don't know if the use of a /tmp/qemu-$$-socket entry point is really acceptable. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/