Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-08-20 Thread Daniel Veillard
On Thu, Mar 09, 2006 at 03:00:13AM -0800, [EMAIL PROTECTED] wrote: > I placed a patch on The Qemu Forum (qemu.dad-answers.com) that already > provides this capability in a more inclusive manner. That is, you can remote > the console (monitor) through any active pty or pipe process. Telnet could b

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-08-20 Thread wanderer
I placed a patch on The Qemu Forum (qemu.dad-answers.com) that already provides this capability in a more inclusive manner. That is, you can remote the console (monitor) through any active pty or pipe process. Telnet could be one choice to get the functionality you are getting at here. Then aga

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-12 Thread Daniel Veillard
On Sat, Mar 11, 2006 at 11:22:29PM +0100, Oliver Gerlich wrote: > Daniel Veillard schrieb: > > I need first to find the ports of the > > QEmu instances (plural, if you limit to one per box, then you can block the > > default port number and there would be no problem) on a local machine. I > > don'

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-11 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Veillard schrieb: > On Sat, Mar 11, 2006 at 05:24:40PM +0100, Oliver Gerlich wrote: > >>-BEGIN PGP SIGNED MESSAGE- >>Hash: SHA1 >> >>Daniel Veillard schrieb: >> >>> Hi, >>> >>>enclosed is a first version of a patch to allow remote acce

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-11 Thread Daniel Veillard
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 t

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-11 Thread Daniel Veillard
On Sat, Mar 11, 2006 at 05:24:40PM +0100, Oliver Gerlich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Daniel Veillard schrieb: > > Hi, > > > > enclosed is a first version of a patch to allow remote access and control > > for QEmu instances, I'm not suggesting to apply it as is (

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-11 Thread Daniel Veillard
On Wed, Mar 08, 2006 at 12:35:13PM -0800, Ed Swierk wrote: > Daniel Veillard wrote: > > enclosed is a first version of a patch to allow remote access and control > > for QEmu instances, I'm not suggesting to apply it as is (though it seems > > to work in my limited testing) but would rather like to

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-11 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Veillard schrieb: > Hi, > > enclosed is a first version of a patch to allow remote access and control > for QEmu instances, I'm not suggesting to apply it as is (though it seems > to work in my limited testing) but would rather like to get co

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-10 Thread Ed Swierk
Daniel Veillard wrote: > enclosed is a first version of a patch to allow remote access and control > for QEmu instances, I'm not suggesting to apply it as is (though it seems > to work in my limited testing) but would rather like to get comments back > for choices I'm facing. This sounds pretty ni

[Qemu-devel] [PATCH] Remote console access though socket

2006-03-08 Thread Daniel Veillard
Hi, enclosed is a first version of a patch to allow remote access and control for QEmu instances, I'm not suggesting to apply it as is (though it seems to work in my limited testing) but would rather like to get comments back for choices I'm facing. First a bit of context, I'm working on libv