Re: [Qemu-devel] SSH console for qemu

2011-07-07 Thread Stefan Hajnoczi
On Thu, Jul 7, 2011 at 9:36 AM, Nikita A Menkovich wrote: > Seems no, I think, that the best way is running some kind of ssh > daemon, that connects to console (/dev/vcsa1 for example), that listen > on port and send to output console events on boot, and allow to work > with server with simple ssh

Re: [Qemu-devel] SSH console for qemu

2011-07-07 Thread Nikita A Menkovich
Seems no, I think, that the best way is running some kind of ssh daemon, that connects to console (/dev/vcsa1 for example), that listen on port and send to output console events on boot, and allow to work with server with simple ssh client. Also important feature will be saving history of output.

Re: [Qemu-devel] SSH console for qemu

2011-07-06 Thread Stefan Hajnoczi
On Wed, Jul 6, 2011 at 3:08 PM, Nikita A Menkovich wrote: > I'm using qemu with libvirt and I want to create SSH emergency console > to linux/unix guests, same way as it is realized in qemu VNC. > Maybe someone could help me to determine a place to dive in this question. > > I think the best way t

[Qemu-devel] SSH console for qemu

2011-07-06 Thread Nikita A Menkovich
Hello, I'm using qemu with libvirt and I want to create SSH emergency console to linux/unix guests, same way as it is realized in qemu VNC. Maybe someone could help me to determine a place to dive in this question. I think the best way to make it - extend qemu API. But if this could be made with