public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Attaching to the virtual console/keyboard/mouse of kvm instance using a unix/socket
@ 2008-03-25 14:01 Thomas Glanzmann
  2008-03-25 18:01 ` Charles Duffy
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Glanzmann @ 2008-03-25 14:01 UTC (permalink / raw)
  To: kvm-devel

Hello,
is it possible to connect to the virtual monitor/keyboard/mouse of
an already running kvm instance using a socket when started without an
x-window system and _not_ using vnc? I have something in the back of my
head using libvirt but I am unable to find it.

        Thomas

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Attaching to the virtual console/keyboard/mouse of kvm instance using a unix/socket
  2008-03-25 14:01 Attaching to the virtual console/keyboard/mouse of kvm instance using a unix/socket Thomas Glanzmann
@ 2008-03-25 18:01 ` Charles Duffy
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Duffy @ 2008-03-25 18:01 UTC (permalink / raw)
  To: kvm-devel

Thomas Glanzmann wrote:
> Hello,
> is it possible to connect to the virtual monitor/keyboard/mouse of
> an already running kvm instance using a socket when started without an
> x-window system and _not_ using vnc? I have something in the back of my
> head using libvirt but I am unable to find it.

Well -- if you're not doing anything graphical, you could use the new 
ncurses display mode. Set your scripts up to allocate a new PTY each 
time, connect those PTYs to screen, and you're golden. If your needs are 
simpler, something similar could be done using serial console support.

While libvirt doesn't currently know anything about serial console 
configuration or ncurses display / PTY support, it's just waiting on 
someone with time to implement it -- might eventually be me, if nobody 
else gets there first.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-25 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 14:01 Attaching to the virtual console/keyboard/mouse of kvm instance using a unix/socket Thomas Glanzmann
2008-03-25 18:01 ` Charles Duffy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox