qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel Veillard
Subject: Re: [Qemu-devel] [PATCH] Remote console access though socket
Date: Thu, 09 Mar 2006 12:55:19 -0000
User-agent: Mutt/1.4.1i

On Thu, Mar 09, 2006 at 03:00:13AM -0800, address@hidden 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 be 
> one choice to get the functionality you are getting at here.
> 
> Then again, perhaps I misunderstood your code entirely. Take a look and see. 

  Sounds different to me. For pipe, you need to launch the qemu program
in a given way, you can't attach to it later (and /proc/$pid/fd/* trick
is really limited to Linux).
  W.r.t. PTY access I assume only one program can locally attach to
it, my patch may allow:
   - remote access if using port based access
   - multiple simultaneous external access

So I tend to think the goals and use are differents, it's not about
redirecting console, but rather allow remote asynchonous control over
qemu instance(s).

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
address@hidden  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]